iouring: remove IORING_URING_CMD_POLLED
authorKeith Busch <kbusch@kernel.org>
Thu, 30 Nov 2023 21:53:08 +0000 (13:53 -0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Dec 2023 01:29:18 +0000 (18:29 -0700)
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>
include/linux/io_uring.h

index aefb73eeeebff47933c75bc626bc8b06d0e29880..fe23bf88f86fa823f7282c64947fc174889229d0 100644 (file)
@@ -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;