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:
3352508
)
A minor fix for bug14036
author
tianzy
<tianzy>
Wed, 28 Nov 2007 12:34:46 +0000
(12:34 +0000)
committer
tianzy
<tianzy>
Wed, 28 Nov 2007 12:34:46 +0000
(12:34 +0000)
lustre/utils/lfs.c
patch
|
blob
|
history
diff --git
a/lustre/utils/lfs.c
b/lustre/utils/lfs.c
index
bb0bb3b
..
e188b94
100644
(file)
--- a/
lustre/utils/lfs.c
+++ b/
lustre/utils/lfs.c
@@
-1647,7
+1647,7
@@
static int print_lov_quota(char *mnt, struct if_quotactl *qctl)
DIR *dir;
struct obd_uuid *uuids = NULL, *uuidp;
int obdcount = 1024;
- int i, rc
, rc1=
0;
+ int i, rc
= 0, rc1 =
0;
dir = opendir(mnt);
if (!dir) {