]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: tie req->apoll to request lifetime
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Apr 2021 15:52:40 +0000 (09:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Apr 2021 15:47:02 +0000 (09:47 -0600)
commit924f1ef21d55491e40d67fecb5d75c75b9248fd6
treeffb530e245f15edb43d4cdb12cac1fe614d65ba8
parent769f9fd7e4162e05302e5f997a4ba36c719f05e9
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>
fs/io_uring.c