]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: kill io_llist_xchg
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 18 Oct 2024 16:07:31 +0000 (17:07 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit1e6e7602cc9fdeaf7e2593755409e8d50545ed69
treee75318ca17f85ce0c24a51320812a2a3d7cd9591
parentb6b3eb19dd86ecc3f188bd419f12cdfcfbeda5e7
io_uring: kill io_llist_xchg

io_llist_xchg is only used to set the list to NULL, which can also be
done with llist_del_all(). Use the latter and kill io_llist_xchg.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/d6765112680d2e86a58b76166b7513391ff4e5d7.1729264960.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c