io_uring: abstract out helper for removing poll waitqs/hashes
authorJens Axboe <axboe@kernel.dk>
Tue, 23 Feb 2021 15:58:04 +0000 (08:58 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 16:24:27 +0000 (10:24 -0600)
commit43546209df6fdaf8b10d61a72a64ed5e77a6aca2
tree6b29ac2e82578de3b7ab09076a5be3f4006b89db
parent7a64c97f3e3ccd01aa4cbc883553214126e01c4b
io_uring: abstract out helper for removing poll waitqs/hashes

No functional changes in this patch, just preparation for kill multishot
poll on CQ overflow.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c