io_uring: add lockdep assertion in io_fill_cqe_aux
authorDylan Yudaken <dylany@meta.com>
Thu, 24 Nov 2022 09:35:57 +0000 (01:35 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Nov 2022 13:10:04 +0000 (06:10 -0700)
commit2e2ef4a1dab980d88a1ab45bf0e28c8851999e33
treecfe11095a888b7aec38ced104822e851c41f5bc6
parenta77ab745f28d5ab2ce51d0e44e85af942bb77d47
io_uring: add lockdep assertion in io_fill_cqe_aux

Add an assertion for the completion lock to io_fill_cqe_aux

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