From 4242628f14f0bcfd11d166e2a0410a648481d97e Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 25 Oct 2006 17:26:20 +0000 Subject: [PATCH] iam: little cleanup. --- lustre/kernel_patches/patches/ext3-iam-separate.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/ext3-iam-separate.patch b/lustre/kernel_patches/patches/ext3-iam-separate.patch index 23832f6..78fed25 100644 --- a/lustre/kernel_patches/patches/ext3-iam-separate.patch +++ b/lustre/kernel_patches/patches/ext3-iam-separate.patch @@ -217,6 +217,7 @@ Index: iam/fs/ext3/iam.c + path->ip_container = c; + path->ip_frame = path->ip_frames; + path->ip_data = pd; ++ path->ip_leaf.il_path = path; +} + +static void iam_leaf_fini(struct iam_leaf *leaf); @@ -384,7 +385,6 @@ Index: iam/fs/ext3/iam.c + err = descr->id_ops->id_node_read(c, block, NULL, &bh); + if (err == 0) { + leaf->il_bh = bh; -+ leaf->il_path = path; + err = iam_leaf_ops(leaf)->init(leaf); + assert_inv(ergo(err == 0, iam_leaf_check(leaf))); + } -- 1.8.3.1