aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-01-19 15:53:54 -0700
committerJens Axboe <axboe@kernel.dk>2021-02-01 10:02:43 -0700
commit4014d943cb62db892eb023d385a966a3fce5ee4c (patch)
tree2f529922e136f81793e1d6d1de3afbde5e8e6f62 /fs/io-wq.h
parentio_uring: get rid of intermediate IORING_OP_CLOSE stage (diff)
downloadlinux-dev-4014d943cb62db892eb023d385a966a3fce5ee4c.tar.xz
linux-dev-4014d943cb62db892eb023d385a966a3fce5ee4c.zip
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
It's no longer used as IORING_OP_CLOSE got rid for the need of flagging it as uncancelable, kill it of. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io-wq.h')
-rw-r--r--fs/io-wq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/io-wq.h b/fs/io-wq.h
index b158f8addcf3..e1ffb80a4a1d 100644
--- a/fs/io-wq.h
+++ b/fs/io-wq.h
@@ -9,7 +9,6 @@ enum {
IO_WQ_WORK_CANCEL = 1,
IO_WQ_WORK_HASHED = 2,
IO_WQ_WORK_UNBOUND = 4,
- IO_WQ_WORK_NO_CANCEL = 8,
IO_WQ_WORK_CONCURRENT = 16,
IO_WQ_WORK_FILES = 32,