io_uring: pass files into kill timeouts/poll
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 6 Nov 2020 13:00:25 +0000 (13:00 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Dec 2020 19:04:00 +0000 (12:04 -0700)
commit6b81928d4ca8668513251f9c04cdcb9d38ef51c7
tree3f2f0cce8234b8335bcc6540cf4a9c0f7169585c
parentb52fda00dd9df8b4a6de5784df94f9617f6133a1
io_uring: pass files into kill timeouts/poll

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>
fs/io_uring.c