Re: [PATCH] btrfs: move ref-verify of btrfs_init_data_ref under CONFIG_BTRFS_DEBUG
From: David Sterba
Date: Tue Aug 26 2025 - 09:17:01 EST
On Tue, Aug 26, 2025 at 02:29:01PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
>
> Commit dc9025c1a4d8 ("btrfs: move ref-verify under CONFIG_BTRFS_DEBUG")
> removes config BTRFS_FS_REF_VERIFY and adds its functionality under config
> BTRFS_DEBUG. This change misses a reference to BTRFS_FS_REF_VERIFY in the
> btrfs_init_data_ref() function, though.
>
> Replace this reference to BTRFS_FS_REF_VERIFY in the btrfs_init_data_ref()
> with BTRFS_DEBUG.
>
> Fixes: dc9025c1a4d8 ("btrfs: move ref-verify under CONFIG_BTRFS_DEBUG")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
Thanks, folded to the patch because it's in the development queue.