We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dcdfc commit a2b72b8Copy full SHA for a2b72b8
include/linux/io_uring_types.h
@@ -461,7 +461,6 @@ enum {
461
REQ_F_SUPPORT_NOWAIT_BIT,
462
REQ_F_ISREG_BIT,
463
REQ_F_POLL_NO_LAZY_BIT,
464
- REQ_F_CANCEL_SEQ_BIT,
465
REQ_F_CAN_POLL_BIT,
466
REQ_F_BL_EMPTY_BIT,
467
REQ_F_BL_NO_RECYCLE_BIT,
@@ -536,8 +535,6 @@ enum {
536
535
REQ_F_HASH_LOCKED = IO_REQ_FLAG(REQ_F_HASH_LOCKED_BIT),
537
/* don't use lazy poll wake for this request */
538
REQ_F_POLL_NO_LAZY = IO_REQ_FLAG(REQ_F_POLL_NO_LAZY_BIT),
539
- /* cancel sequence is set and valid */
540
- REQ_F_CANCEL_SEQ = IO_REQ_FLAG(REQ_F_CANCEL_SEQ_BIT),
541
/* file is pollable */
542
REQ_F_CAN_POLL = IO_REQ_FLAG(REQ_F_CAN_POLL_BIT),
543
/* buffer list was empty after selection of buffer */
0 commit comments