]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: get rid of files in exit cancel
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 16 May 2021 21:58:04 +0000 (22:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 May 2021 17:40:33 +0000 (11:40 -0600)
commitb0d0967561d3535e9b3aeac3fd91e8a98a6dc9da
tree30fc30cf77d7b55e7af08f5432314523dc8b3be8
parent6d78264383f49309fb90421d494499713f08a024
io_uring: get rid of files in exit cancel

We don't match against files on cancellation anymore, so no need to drag
around files_struct anymore, just pass a flag telling whether only
inflight or all requests should be killed.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/7bfc5409a78f8e2d6b27dec3293ec2d248677348.1621201931.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c