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>
Sun, 4 Apr 2021 21:27:27 +0000 (15:27 -0600)
commit055be170609fb255922b3e7dd132ccd546451745
tree24a547e8caca1831488e076efcca70b25b32ed4a
parent09f5ac015dcb5827ec616759809ac509b46a9bb6
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