io_uring: separate the io_free_req and io_free_req_find_next interface
authorJackie Liu <liuyun01@kylinos.cn>
Sat, 9 Nov 2019 03:00:08 +0000 (11:00 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Nov 2019 03:29:49 +0000 (20:29 -0700)
commitc69f8dbe2426cbf6150407b7e86ce85bb463c1dc
tree83ded8132621d8c8eefd0089e5d88532a41e7020
parentec9c02ad4c3808d6d9ed28ad1d0485d6e2a33ac5
io_uring: separate the io_free_req and io_free_req_find_next interface

Similar to the distinction between io_put_req and io_put_req_find_next,
io_free_req has been modified similarly, with no functional changes.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c