Files
linux/io_uring
Alok Tiwari 770b33a1a8 io_uring: correct __must_hold annotation in io_install_fixed_file
[ Upstream commit c5efc6a0b3940381d67887302ddb87a5cf623685 ]

The __must_hold annotation references &req->ctx->uring_lock, but req
is not in scope in io_install_fixed_file. This change updates the
annotation to reference the correct ctx->uring_lock.
improving code clarity.

Fixes: f110ed8498 ("io_uring: split out fixed file installation and removal")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-10-29 14:07:04 +01:00
..
2024-01-20 11:51:38 +01:00
2022-12-07 06:47:13 -07:00
2022-07-24 18:39:11 -06:00
2023-01-29 15:17:41 -07:00
2025-03-22 12:50:45 -07:00
2023-08-10 10:24:25 -06:00