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>
Thu, 21 Jul 2022 14:44:34 +0000 (08:44 -0600)
commit977595c31bca7ab69efa6b4884c657bd73e825a1
treeaa883e5e7092cc22bebd7e70144b07d9947e23a4
parentdca6cd4188f036fef9dd134fba7bb2ef954193b2
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