]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: correct __must_hold annotation
authorJens Axboe <axboe@kernel.dk>
Thu, 12 Aug 2021 18:48:34 +0000 (12:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:10:37 +0000 (13:10 -0600)
commite929b228e7abf8c72b85c113e9ace6ce5b5d0c9b
treeeb82e3c838af7a4218c2ce893cede8baab45ff04
parenteff268e191277e228887af7754c7bf3282a138c5
io_uring: correct __must_hold annotation

io_req_free_batch() has a __must_hold annotation referencing a
request being passed in, but we're passing in the context.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c