Re: [PATCH v2] btrfs: ioctl: ASSERT in btrfs_exclop_balance should also check for NONE and BALANCE PAUSED status.

From: David Sterba
Date: Mon Apr 17 2023 - 19:34:20 EST


On Thu, Apr 13, 2023 at 05:55:07AM -0400, xiaoshoukui wrote:
> Cocurrently issue add device requests, btrfs_exclop_balance in
> btrfs_ioctl_add_dev can race to btrfs_exclop_finish or itself.
>
> Link: https://lore.kernel.org/linux-btrfs/20230324031611.98986-1-xiaoshoukui@xxxxxxxxx/

I've combined both patches into one and updated the changelog.
>
> ---

If you write the above --- then 'git am' drops the rest until the diff,
this part is meant for version-to-version changelog as you did it but it
also has information that should have been in the changelog.

Added to misc-next, thanks.