Skip to content

Commit

Permalink
Revert "XANMOD: block/mq-deadline: Set sequential requests for lower …
Browse files Browse the repository at this point in the history
…latency"

This reverts commit 5514dfa.
  • Loading branch information
xanmod committed Jan 11, 2022
1 parent 4b4fe28 commit 50cb939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/mq-deadline.c
Expand Up @@ -30,7 +30,7 @@
static const int read_expire = HZ / 2; /* max time before a read is submitted. */
static const int write_expire = 5 * HZ; /* ditto for writes, these limits are SOFT! */
static const int writes_starved = 2; /* max times reads can starve a write */
static const int fifo_batch = 8; /* # of sequential requests treated as one
static const int fifo_batch = 16; /* # of sequential requests treated as one
by the above parameters. For throughput. */

struct deadline_data {
Expand Down

0 comments on commit 50cb939

Please sign in to comment.