io_uring: split io_req_complete_post() and add a helper
authorHao Xu <haoxu@linux.alibaba.com>
Tue, 7 Dec 2021 09:39:50 +0000 (17:39 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Dec 2021 22:02:42 +0000 (15:02 -0700)
commita37fae8aaa62b05c11f059fee8fedf4313975abd
tree9d8b9ceb11cb37ed1d270e47a1bf932d64f1e93b
parent9f8d032a364b2b579c6ce5a62b967056f8711e69
io_uring: split io_req_complete_post() and add a helper

Split io_req_complete_post(), this is a prep for the next patch.

Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20211207093951.247840-5-haoxu@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c