Re: [PATCH] btrfs: remove EXTENT_BUFFER_IN_TREE flag
From: David Sterba
Date: Thu Mar 27 2025 - 14:01:25 EST
On Tue, Mar 18, 2025 at 10:54:38AM +0100, Daniel Vacek wrote:
> This flag is set after inserting the eb to the buffer tree and cleared on
> it's removal. But it does not bring any added value. Just kill it for good.
>
> Signed-off-by: Daniel Vacek <neelx@xxxxxxxx>
Added to for-next with the updated changelog, thanks.