commit | c69f8dbe2426cbf6150407b7e86ce85bb463c1dc | [log] [tgz] |
---|---|---|
author | Jackie Liu <liuyun01@kylinos.cn> | Sat Nov 09 11:00:08 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Nov 10 20:29:49 2019 -0700 |
tree | 83ded8132621d8c8eefd0089e5d88532a41e7020 | |
parent | ec9c02ad4c3808d6d9ed28ad1d0485d6e2a33ac5 [diff] |
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>