aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Keith Busch <kbusch@kernel.org> 2023-11-30 13:53:08 -0800
committerGravatar Jens Axboe <axboe@kernel.dk> 2023-12-01 18:29:18 -0700
commite5da71f1e373f36c7506ffa9a60ef7ec6e84674d (patch)
treec0c02e976ef448a120b4f2eb81158219eb3bfa0e
parentnvme: use bio_integrity_map_user (diff)
downloadlinux-e5da71f1e373f36c7506ffa9a60ef7ec6e84674d.tar.gz
linux-e5da71f1e373f36c7506ffa9a60ef7ec6e84674d.tar.bz2
linux-e5da71f1e373f36c7506ffa9a60ef7ec6e84674d.zip
iouring: remove IORING_URING_CMD_POLLED
No more users of this flag. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Keith Busch <kbusch@kernel.org> Link: https://lore.kernel.org/r/20231130215309.2923568-4-kbusch@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--include/linux/io_uring.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/io_uring.h b/include/linux/io_uring.h
index aefb73eeeebf..fe23bf88f86f 100644
--- a/include/linux/io_uring.h
+++ b/include/linux/io_uring.h
@@ -28,7 +28,6 @@ enum io_uring_cmd_flags {
/* only top 8 bits of sqe->uring_cmd_flags for kernel internal use */
#define IORING_URING_CMD_CANCELABLE (1U << 30)
-#define IORING_URING_CMD_POLLED (1U << 31)
struct io_uring_cmd {
struct file *file;