commit | 5150940079a3ce94d7474f6f5b0d6276569dc1de | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Apr 06 14:20:11 2023 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Apr 06 16:23:28 2023 -0600 |
tree | 9f5fdfd34494e5be021c6b8ed9db79095e99c364 | |
parent | 8501fe70ae9855076ffb03a3670e02a7b3437304 [diff] |
io_uring: inline llist_add() We'll need to grab some information from the previous request in the tw list, inline llist_add(), it'll be used in the following patch. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/f0165493af7b379943c792114b972f331e7d7d10.1680782017.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>