Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62da7e4
)
do quotacheck on both user & group by default.
author
niu
<niu>
Tue, 28 Feb 2006 08:37:33 +0000
(08:37 +0000)
committer
niu
<niu>
Tue, 28 Feb 2006 08:37:33 +0000
(08:37 +0000)
lustre/utils/lfs.c
patch
|
blob
|
history
diff --git
a/lustre/utils/lfs.c
b/lustre/utils/lfs.c
index
7e5b73c
..
7753426
100644
(file)
--- 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;