From ecdce7305dbd569a88f57e5484cea2f661ec6282 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 Oct 2006 10:17:24 +0000 Subject: [PATCH] iam: lvar_leaf(): zero out dummy record. --- lustre/kernel_patches/patches/ext3-iam-separate.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.3.1