io_uring: add more locking annotations for submit
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 12:04:10 +0000 (13:04 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 23:51:16 +0000 (17:51 -0600)
commit4ec2c18f7a103f381adef7bc52f653f17680c424
treec795f74fb2b6d9742b514e6a7127eb7af9fca9b4
parent4730f05eadd58a2d790fd8c4613c5963ce825ae4
io_uring: add more locking annotations for submit

Add more annotations for submission path functions holding ->uring_lock.

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