commit | 0bf0eefdab52d9f9f3a1eeda32a4fc7afe4e9219 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue May 26 20:34:06 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 26 13:31:09 2020 -0600 |
tree | 04f53752230c0aa187f04140ee1b1367e85b4da4 | |
parent | 0451894522108d6c72934aff6ef89023743a9ed4 [diff] |
io_uring: get rid of manual punting in io_close io_close() was punting async manually to skip grabbing files. Use REQ_F_NO_FILE_TABLE instead, and pass it through the generic path with -EAGAIN. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>