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 <takeuchi_sat...@jp.fujitsu.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to