commit | e65ef56db4945fb18a0d522e056c02ddf939e644 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Mar 12 10:16:44 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 14 22:08:43 2019 -0600 |
tree | 35ee9afed4d00f925ff8d05a98a61e2b9f768f16 | |
parent | 12ad143e1b803e541e48b8ba40f550250259ecdd [diff] |
io_uring: use regular request ref counts Get rid of the special casing of "normal" requests not having any references to the io_kiocb. We initialize the ref count to 2, one for the submission side, and one or the completion side. Signed-off-by: Jens Axboe <axboe@kernel.dk>