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:
d1e7845
)
iam: lvar_leaf(): zero out dummy record.
author
nikita
<nikita>
Mon, 23 Oct 2006 10:17:24 +0000
(10:17 +0000)
committer
nikita
<nikita>
Mon, 23 Oct 2006 10:17:24 +0000
(10:17 +0000)
lustre/kernel_patches/patches/ext3-iam-separate.patch
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/ext3-iam-separate.patch
b/lustre/kernel_patches/patches/ext3-iam-separate.patch
index
7d6c04f
..
a8a32f8
100644
(file)
--- a/
lustre/kernel_patches/patches/ext3-iam-separate.patch
+++ b/
lustre/kernel_patches/patches/ext3-iam-separate.patch
@@
-2770,7
+2770,7
@@
Index: iam/fs/ext3/iam_lvar.c
===================================================================
--- iam.orig/fs/ext3/iam_lvar.c
+++ iam/fs/ext3/iam_lvar.c
-@@ -0,0 +1,100
5
@@
+@@ -0,0 +1,100
6
@@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ *
@@
-3685,6
+3685,7
@@
Index: iam/fs/ext3/iam_lvar.c
+ .vle_hash = 0,
+ .vle_keysize = 0
+ };
++ memset(e_rec(entry), 0, recsize);
+}
+
+#include <linux/jbd.h>