commit | 55e6ac1e1f31c7f678d9f3c8d54c6f102e5f1550 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Jan 08 20:57:22 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jan 09 09:21:43 2021 -0700 |
tree | 950875a3acab38451777ea80330fb9ff4f5224f1 | |
parent | b1445e59cc9a10fdb8f83810ae1f4feb941ab36b [diff] |
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>