From e53bd2cb22f05d66bab00e712d722502125107d0 Mon Sep 17 00:00:00 2001 From: niu Date: Tue, 28 Feb 2006 08:37:33 +0000 Subject: [PATCH] do quotacheck on both user & group by default. --- lustre/utils/lfs.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.8.3.1