diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-29 16:10:32 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-29 16:10:32 +0300 |
| commit | c85bcf5629baf641bef76c69f6fb71feaf05cc61 (patch) | |
| tree | 87afb6bf25e749328dcc85e8125e54445a79a90c /io_uring/filetable.c | |
| parent | 53edb6a8231f70d7df693b0c4c33462d2fce0044 (diff) | |
| parent | 371f1e070fa95c71356104a406855a361aad5668 (diff) | |
| download | linux-c85bcf5629baf641bef76c69f6fb71feaf05cc61.tar.xz | |
Merge v6.17.6
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'io_uring/filetable.c')
| -rw-r--r-- | io_uring/filetable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/filetable.c b/io_uring/filetable.c index a21660e3145a..794ef95df293 100644 --- a/io_uring/filetable.c +++ b/io_uring/filetable.c @@ -57,7 +57,7 @@ void io_free_file_tables(struct io_ring_ctx *ctx, struct io_file_table *table) static int io_install_fixed_file(struct io_ring_ctx *ctx, struct file *file, u32 slot_index) - __must_hold(&req->ctx->uring_lock) + __must_hold(&ctx->uring_lock) { struct io_rsrc_node *node; |
