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>
Thu, 12 Aug 2021 21:58:43 +0000 (15:58 -0600)
commit9158ef661aafacae48d8102a3dadcd11c492a0e9
tree8b55d8fc673167edd906dab66ac8fafbea02b2d6
parent6dd451ee7e49f3d317fe1604cc301ab65a2e08fd
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