From: nikita Date: Mon, 23 Oct 2006 10:17:24 +0000 (+0000) Subject: iam: lvar_leaf(): zero out dummy record. X-Git-Tag: v1_8_0_110~486^2~383 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ecdce7305dbd569a88f57e5484cea2f661ec6282;p=fs%2Flustre-release.git iam: lvar_leaf(): zero out dummy record. --- diff --git a/lustre/kernel_patches/patches/ext3-iam-separate.patch b/lustre/kernel_patches/patches/ext3-iam-separate.patch index 7d6c04f..a8a32f8 100644 --- 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,1005 @@ +@@ -0,0 +1,1006 @@ +/* -*- 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