From: niu Date: Tue, 28 Feb 2006 08:37:33 +0000 (+0000) Subject: do quotacheck on both user & group by default. X-Git-Tag: v1_7_100~1^103~4^2~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e53bd2cb22f05d66bab00e712d722502125107d0;p=fs%2Flustre-release.git do quotacheck on both user & group by default. --- diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 7e5b73c..7753426 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -840,6 +840,8 @@ static int lfs_quotacheck(int argc, char **argv) if (check_type) check_type--; + else /* check both user & group quota by default */ + check_type = 0x02; if (argc == optind) return CMD_HELP;