Re: [PATCH v2] btrfs-progs: balance: print warn mesg in old command
From: David Sterba <hidden>
Date: 2021-11-02 17:03:20
From: David Sterba <hidden>
Date: 2021-11-02 17:03:20
On Sun, Oct 31, 2021 at 01:10:11PM +0000, Sidong Yang wrote:
This patch makes old balance command to print warning message same as in start command. It makes do_balance() checks flags that needs to print warning message. It works in old command because old command also uses do_balance(). Issue: #411 Signed-off-by: Sidong Yang <redacted> --- v2: - Prints warning message in do_balance()
Added to devel and queued for 5.15, thanks.