commit | ec9c02ad4c3808d6d9ed28ad1d0485d6e2a33ac5 | [log] [tgz] |
---|---|---|
author | Jackie Liu <liuyun01@kylinos.cn> | Fri Nov 08 23:50:36 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Nov 10 20:29:49 2019 -0700 |
tree | 970e44201b928d3a68ac57e50b6afcfcc5c9f603 | |
parent | a197f664a0db8a6219d9ce949f5f29b89f60fb2b [diff] |
io_uring: keep io_put_req only responsible for release and put req We already have io_put_req_find_next to find the next req of the link. we should not use the io_put_req function to find them. They should be functions of the same level. Signed-off-by: Jackie Liu <liuyun01@kylinos.cn> Signed-off-by: Jens Axboe <axboe@kernel.dk>