]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: enable task/files specific overflow flushing
authorJens Axboe <axboe@kernel.dk>
Mon, 28 Sep 2020 19:10:13 +0000 (13:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:32:32 +0000 (20:32 -0600)
commit154257fe69e5334c7bcc8875bf6599d531899e53
tree13e7c1c6bfd67639feb430178263a8dba584e9c7
parent0ecc86dd97eec55a4ebfc1e51f0206cdf0c9be80
io_uring: enable task/files specific overflow flushing

This allows us to selectively flush out pending overflows, depending on
the task and/or files_struct being passed in.

No intended functional changes in this patch.

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c