Skip to content

Commit

Permalink
XANMOD: block/mq-deadline: Disable front_merges by default
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jan 11, 2022
1 parent 50cb939 commit 5260db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/mq-deadline.c
Expand Up @@ -428,7 +428,7 @@ static int dd_init_queue(struct request_queue *q, struct elevator_type *e)
dd->fifo_expire[READ] = read_expire;
dd->fifo_expire[WRITE] = write_expire;
dd->writes_starved = writes_starved;
dd->front_merges = 1;
dd->front_merges = 0;
dd->fifo_batch = fifo_batch;
spin_lock_init(&dd->lock);
spin_lock_init(&dd->zone_lock);
Expand Down

0 comments on commit 5260db5

Please sign in to comment.