Re: [PATCH v1] btrfs: simplify list initialization in btrfs_compr_pool_scan()
From: David Sterba
Date: Tue Nov 11 2025 - 09:50:11 EST
On Tue, Nov 11, 2025 at 08:05:58PM +0800, Baolin Liu wrote:
> From: Baolin Liu <liubaolin@xxxxxxxxxx>
>
> In btrfs_compr_pool_scan(),use LIST_HEAD() to declare and initialize
> the 'remove' list_head in one step instead of using INIT_LIST_HEAD()
> separately.
>
> No functional change.
>
> Signed-off-by: Baolin Liu <liubaolin@xxxxxxxxxx>
Added to for-next, thanks.