commit | e6c8aa9ac33bd7c968af7816240fc081401fddcd | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Sep 28 13:10:13 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:32 2020 -0600 |
tree | 13e7c1c6bfd67639feb430178263a8dba584e9c7 | |
parent | 76e1b6427fd8246376a97e3227049d49188dfb9c [diff] |
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>