]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: io_rw_reissue lockdep annotations
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 8 Jan 2021 20:57:22 +0000 (20:57 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 Jan 2021 16:21:43 +0000 (09:21 -0700)
commit62aaebc504e36f8e57918b67043e0bec9950a265
tree950875a3acab38451777ea80330fb9ff4f5224f1
parent09122790d3102f86c3f15caed1f49d9cebdec1e4
io_uring: io_rw_reissue lockdep annotations

We expect io_rw_reissue() to take place only during submission with
uring_lock held. Add a lockdep annotation to check that invariant.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c