diff options
| author | Alok Tiwari <alok.a.tiwari@oracle.com> | 2025-10-23 04:55:24 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-29 14:10:28 +0100 |
| commit | c4d145b336cf5e4c512f8710cef7eb9c7ed31be5 (patch) | |
| tree | aa9e05913f41cfb993ce7589bb487e5b98625066 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 50c6086e0dee500bf8f39f81d2df09eeb9b0a72b (diff) | |
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: f110ed8498af ("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>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
