commit | 9b0d911acce00b67f7e7336f838b732de7d917d6 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jun 28 12:52:34 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 28 08:10:17 2020 -0600 |
tree | 4d3bfd57e26527621bbc65292a2391a0afacf4ad | |
parent | 2d6500d44c1374808040d120e625a22b013c9f0d [diff] |
io_uring: kill REQ_F_LINK_NEXT After pulling nxt from a request, it's no more a links head, so clear REQ_F_LINK_HEAD. Absence of this flag also indicates that there are no linked requests, so replacing REQ_F_LINK_NEXT, which can be killed. Linked timeouts also behave leaving the flag intact when necessary. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>