Skip to content

Commit

Permalink
iouring: remove IORING_URING_CMD_POLLED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Keith Busch authored and Jens Axboe committed Dec 2, 2023
1 parent d6aacee commit e5da71f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/io_uring.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e5da71f

Please sign in to comment.