OSDN Git Service

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, 11 Apr 2021 23:41:59 +0000 (17:41 -0600)
commitb2c3f7e1715605c045f46fb369d850ada4749388
tree67d3bad7ebd4312229b62c8529f8f8ec0146a96c
parent88e41cf928a6e1a0eb5a9492e2d091ec6193cce4
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