On Wed, Jun 03, 2015 at 05:27:04PM +0800, Dongsheng Yang wrote:
> Add a check to error out in the following case:
>
> # ./btrfs qgroup limit T /mnt/
> Invalid size argument given
>
> Without this patch, btrfs-progs would parse the input as 0
> and continue.
>
> Signed-off-by: Dongsheng Yang
Add a check to error out in the following case:
# ./btrfs qgroup limit T /mnt/
Invalid size argument given
Without this patch, btrfs-progs would parse the input as 0
and continue.
Signed-off-by: Dongsheng Yang
---
cmds-qgroup.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cmds-qgro