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:
738ee72
)
Add mkfs functions create_iam and iam_insert for mdt, all the mkfs work can be done...
author
fanyong
<fanyong>
Mon, 7 Aug 2006 03:42:50 +0000
(
03:42
+0000)
committer
fanyong
<fanyong>
Mon, 7 Aug 2006 03:42:50 +0000
(
03:42
+0000)
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
6d28548
..
ec7b2d1
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-1327,7
+1327,6
@@
static int create_iam(enum iam_fmt_t fmt, int keysize, int recsize,
goto out;
}
- /* form leaf */
memset(buf, 0, blocksize);
if (fmt == FMT_LFIX) {
lfix_leaf(buf, blocksize, keysize, ptrsize, recsize);