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 19:52:06 +0000 (13:52 -0600)
commit1eb5509312ffeb573f9e353775ffcd0fe12c96bc
treeffa48c2a64b7be30597c1bc12af3cc5a3e87c992
parentd487bf90d1e0dd1a9bf9627752257337a7505626
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