io_uring: inline llist_add()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 6 Apr 2023 13:20:11 +0000 (14:20 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Apr 2023 22:23:28 +0000 (16:23 -0600)
commit5150940079a3ce94d7474f6f5b0d6276569dc1de
tree9f5fdfd34494e5be021c6b8ed9db79095e99c364
parent8501fe70ae9855076ffb03a3670e02a7b3437304
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>
io_uring/io_uring.c