commit | 75652a30ff67539999148859da071ede862090ca | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Apr 15 09:52:40 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 16 09:47:02 2021 -0600 |
tree | ffb530e245f15edb43d4cdb12cac1fe614d65ba8 | |
parent | 4e3d9ff905cd3e6fc80a1f54b89c3aca67bc72be [diff] |
io_uring: tie req->apoll to request lifetime We manage these separately right now, just tie it to the request lifetime and make it be part of the usual REQ_F_NEED_CLEANUP logic. Signed-off-by: Jens Axboe <axboe@kernel.dk>