commit | 4e3d9ff905cd3e6fc80a1f54b89c3aca67bc72be | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Apr 15 17:44:34 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 16 09:45:47 2021 -0600 |
tree | 90e614cdcade3f4439e9e34a71821c954178deba | |
parent | ea6a693d862d4f0edd748a1fa3fc6faf2c39afb2 [diff] |
io_uring: put flag checking for needing req cleanup in one spot We have this in two spots right now, which is a bit fragile. In preparation for moving REQ_F_POLLED cleanup into the same spot, move the check into a separate helper so we only have it once. Signed-off-by: Jens Axboe <axboe@kernel.dk>