summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
diff options
context:
space:
mode:
authorKeith Busch <kbusch@kernel.org>2022-01-05 09:05:15 -0800
committerJens Axboe <axboe@kernel.dk>2022-01-05 12:25:42 -0700
commitedce22e19bfa86efa2522d041d6367f2f099e8ed (patch)
tree9548f38e65b1a2dea893d981e372bd56b6c75bad /fs/io_uring.c
parent669a064625fa3a06ddf8a4ac1f35b7436b99f133 (diff)
downloadlinux-edce22e19bfa86efa2522d041d6367f2f099e8ed.tar.bz2
block: move rq_list macros to blk-mq.h
Move the request list macros to the header file that defines that struct they operate on. Signed-off-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220105170518.3181469-2-kbusch@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io_uring.c')
-rw-r--r--fs/io_uring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/io_uring.c b/fs/io_uring.c
index c4f217613f56..42bbbd34f45e 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -57,7 +57,7 @@
#include <linux/mman.h>
#include <linux/percpu.h>
#include <linux/slab.h>
-#include <linux/blkdev.h>
+#include <linux/blk-mq.h>
#include <linux/bvec.h>
#include <linux/net.h>
#include <net/sock.h>