mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-26 23:43:09 +00:00
btrfs-progs: defrag return zero on success
Signed-off-by: Anand Jain <anand.jain@oracle.com>
This commit is contained in:
parent
0c7136f8e0
commit
e9393c220f
@ -446,7 +446,7 @@ static int cmd_defrag(int argc, char **argv)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
return errors + 20;
|
||||
return errors;
|
||||
}
|
||||
|
||||
static const char * const cmd_resize_usage[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user