Whamcloud - gitweb
do quotacheck on both user & group by default.
authorniu <niu>
Tue, 28 Feb 2006 08:37:33 +0000 (08:37 +0000)
committerniu <niu>
Tue, 28 Feb 2006 08:37:33 +0000 (08:37 +0000)
lustre/utils/lfs.c

index 7e5b73c..7753426 100644 (file)
@@ -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;