]> 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)
commit640217fc001e218b6ef39234913b309a53b300a8
tree13e7c1c6bfd67639feb430178263a8dba584e9c7
parenta0a7daa4d158cb67b7451f99df803f6b26991835
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