Skip to content

Commit

Permalink
XANMOD: block: set rq_affinity to force full multithreading I/O requests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jun 28, 2021
1 parent 3a070a8 commit 149a5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/blkdev.h
Expand Up @@ -629,6 +629,7 @@ struct request_queue {

#define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
(1 << QUEUE_FLAG_SAME_COMP) | \
(1 << QUEUE_FLAG_SAME_FORCE) | \
(1 << QUEUE_FLAG_NOWAIT))

void blk_queue_flag_set(unsigned int flag, struct request_queue *q);
Expand Down

0 comments on commit 149a5b5

Please sign in to comment.