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)
commita141dd896f544df9627502cfb3fc1a73fb6587e4
treeeb82e3c838af7a4218c2ce893cede8baab45ff04
parent41a5169c23ebe85fdd0b64a0b6381f486a34ef3c
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