Re: [PATCH] btrfs-progs: fi show: print error message if no valid Btrfs is specified
From: David Sterba <hidden>
Date: 2016-06-24 12:00:32
From: David Sterba <hidden>
Date: 2016-06-24 12:00:32
On Fri, Jun 24, 2016 at 05:24:47PM +0900, Satoru Takeuchi wrote:
* Before this patch =============================== # ./btrfs fi show foo # "foo" doesn't mean any valid Btrfs # # no error message # echo $? 1 =============================== * After this patch =============================== # ./btrfs fi show foo ERROR: foo is not a valid Btrfs # # echo $? 1 =============================== Signed-off-by: Satoru Takeuchi <redacted>
Applied, thanks.