Re: [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE
From: Christian Brauner <brauner@kernel.org>
Date: 2025-08-28 12:42:27
Also in:
linux-btrfs, linux-fsdevel, linux-xfs
From: Christian Brauner <brauner@kernel.org>
Date: 2025-08-28 12:42:27
Also in:
linux-btrfs, linux-fsdevel, linux-xfs
On Tue, Aug 26, 2025 at 11:39:51AM -0400, Josef Bacik wrote:
Now that we're using the i_count reference count as the ultimate arbiter of whether or not an inode is life we can remove the I_FREEING and I_WILL_FREE flags. Signed-off-by: Josef Bacik <josef@toxicpanda.com> ---
Very good looking diff.