summaryrefslogtreecommitdiff
path: root/fs/io-wq.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-01-20 01:50:37 +0300
committerJens Axboe <axboe@kernel.dk>2021-02-01 20:02:43 +0300
commit9eac1904d3364254d622bf2c771c4f85cd435fc2 (patch)
tree0430f5c8591c27fa6aae45318975888de70e7543 /fs/io-wq.h
parent53dec2ea74f2ef360e8455439be96a780baa6097 (diff)
downloadlinux-9eac1904d3364254d622bf2c771c4f85cd435fc2.tar.xz
io_uring: get rid of intermediate IORING_OP_CLOSE stage
We currently split the close into two, in case we have a ->flush op that we can't safely handle from non-blocking context. This requires us to flag the op as uncancelable if we do need to punt it async, and that means special handling for just this op type. Use __close_fd_get_file() and grab the files lock so we can get the file and check if we need to go async in one atomic operation. That gets rid of the need for splitting this into two steps, and hence the need for IO_WQ_WORK_NO_CANCEL. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io-wq.h')
0 files changed, 0 insertions, 0 deletions