commit | f8fbdbb6079314f5f4076303cb0552f815a47aa0 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Feb 09 04:47:38 2021 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 13 13:54:55 2021 +0100 |
tree | cb643ee2ad614797ff3daf491b48b91d12d09988 | |
parent | 49250f33bb436a29387f80cc64d1f40eba1ae19e [diff] |
io_uring: pass files into kill timeouts/poll [ Upstream commit 6b81928d4ca8668513251f9c04cdcb9d38ef51c7 ] Make io_poll_remove_all() and io_kill_timeouts() to match against files as well. A preparation patch, effectively not used by now. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>