Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8db627
)
iam: tentative fix for b=11098.
author
nikita
<nikita>
Mon, 23 Oct 2006 15:36:49 +0000
(15:36 +0000)
committer
nikita
<nikita>
Mon, 23 Oct 2006 15:36:49 +0000
(15:36 +0000)
lustre/kernel_patches/patches/ext3-iam-separate.patch
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/ext3-iam-separate.patch
b/lustre/kernel_patches/patches/ext3-iam-separate.patch
index
a8a32f8
..
23832f6
100644
(file)
--- 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) {