From: nikita Date: Mon, 23 Oct 2006 15:36:49 +0000 (+0000) Subject: iam: tentative fix for b=11098. X-Git-Tag: v1_8_0_110~486^2~377 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1232c005168aabfcdd164695297e55ab0a31f927;p=fs%2Flustre-release.git iam: tentative fix for b=11098. --- diff --git a/lustre/kernel_patches/patches/ext3-iam-separate.patch b/lustre/kernel_patches/patches/ext3-iam-separate.patch index a8a32f8..23832f6 100644 --- a/lustre/kernel_patches/patches/ext3-iam-separate.patch +++ b/lustre/kernel_patches/patches/ext3-iam-separate.patch @@ -402,8 +402,8 @@ Index: iam/fs/ext3/iam.c + +static void iam_leaf_fini(struct iam_leaf *leaf) +{ -+ iam_leaf_unlock(leaf); + if (leaf->il_path != NULL) { ++ iam_leaf_unlock(leaf); + assert_inv(ergo(leaf->il_bh != NULL, iam_leaf_check(leaf))); + iam_leaf_ops(leaf)->fini(leaf); + if (leaf->il_bh) {