commit | 63fea89027ff4fd4f350b471ad5b9220d373eec5 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <[email protected]> | Tue Apr 18 14:06:35 2023 +0100 |
committer | Jens Axboe <[email protected]> | Tue Apr 18 19:38:26 2023 -0600 |
tree | cb51c9725785eacedafb8c8619481b5cadaa32b2 | |
parent | 2e6f45ac0e640bbd49296adfa0982c84f85fa342 [diff] |
io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal For io_queue_rsrc_removal() we should always use the current active rsrc node, don't pass it directly but let the function grab it from the context. Signed-off-by: Pavel Begunkov <[email protected]> Link: https://lore.kernel.org/r/d15939b4afea730978b4925685c2577538b823bb.1681822823.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <[email protected]>