io_uring: introduce llist helpers
authorDylan Yudaken <dylany@fb.com>
Wed, 22 Jun 2022 13:40:24 +0000 (06:40 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:15 +0000 (18:39 -0600)
commit923d159247b732885b176b24e4bafad8eda5a477
tree89f8b4d53de3ec64381aceb6a9bb356c14494f59
parentf88262e60bb9cb5740891672ce9f405e7f9393e5
io_uring: introduce llist helpers

Introduce helpers to atomically switch llist.

Will later move this into common code

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220622134028.2013417-5-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c