Re: [PATCH v2] fs/file: optimize close_range() complexity from O(N) to O(Sparse)
From: Qiliang Yuan
Date: Mon Jan 26 2026 - 22:06:40 EST
Hi Christian,
Thanks for your feedback and for applying this patch to the vfs-7.0.misc branch!
On Fri, Jan 23, 2026 at 3:38 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
> Applied to the vfs-7.0.misc branch of the vfs/vfs.git tree.
> Patches in the vfs-7.0.misc branch should appear in linux-next soon.
>
> [1/1] fs/file: optimize close_range() complexity from O(N) to O(Sparse)
> https://git.kernel.org/vfs/vfs/c/fc94368bcee5
I tried to locate the commit in vfs/vfs-7.0.misc (and also searched by subject),
but I couldn’t find it yet.
Subject:
fs/file: optimize close_range() complexity from O(N) to O(Sparse)
Is the patch still in your local queue / pending push, or did it land with a
different commit hash after a rebase?
Just wanted to double-check the current status.
Thanks again for the review and for taking the patch.
Best regards,
Qiliang