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 Aug 2, 2022
1 parent a83f6b7 commit 788d641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,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 788d641

Please sign in to comment.