Commit e5da71f1 authored by Keith Busch's avatar Keith Busch Committed by Jens Axboe
Browse files

iouring: remove IORING_URING_CMD_POLLED

parent d6aacee9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;