]> Git Repo - linux.git/blobdiff - io_uring/rsrc.c
Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / io_uring / rsrc.c
index e2bac9f89902952ea2323ee601cc592b6bedf1bc..7a43aed8e395cb4d22885e0800bf193c862f0b1f 100644 (file)
@@ -794,6 +794,7 @@ void __io_sqe_files_unregister(struct io_ring_ctx *ctx)
        }
 #endif
        io_free_file_tables(&ctx->file_table);
+       io_file_table_set_alloc_range(ctx, 0, 0);
        io_rsrc_data_free(ctx->file_data);
        ctx->file_data = NULL;
        ctx->nr_user_files = 0;
This page took 0.024692 seconds and 4 git commands to generate.