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:
bdc4daa
)
For tunefs we needn't other initialization.
author
fanyong
<fanyong>
Thu, 31 Aug 2006 08:38:39 +0000
(08:38 +0000)
committer
fanyong
<fanyong>
Thu, 31 Aug 2006 08:38:39 +0000
(08:38 +0000)
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
3811168
..
656dd01
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-1565,6
+1565,7
@@
int main(int argc, char *argv[])
goto out;
}
+#ifndef TUNEFS /* mkfs.lustre */
if (IS_MDT(ldd)) {
ret = mkfs_mdt(&mop);
if (ret != 0) {
@@
-1572,6
+1573,7
@@
int main(int argc, char *argv[])
goto out;
}
}
+#endif
out:
loop_cleanup(&mop);