Whamcloud - gitweb
iam: tentative fix for b=11098.
authornikita <nikita>
Mon, 23 Oct 2006 15:36:49 +0000 (15:36 +0000)
committernikita <nikita>
Mon, 23 Oct 2006 15:36:49 +0000 (15:36 +0000)
lustre/kernel_patches/patches/ext3-iam-separate.patch

index a8a32f8..23832f6 100644 (file)
@@ -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) {