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:
d22ad0e
)
Add missing part of bug 2706 fix.
author
adilger
<adilger>
Tue, 13 Apr 2004 18:38:14 +0000
(18:38 +0000)
committer
adilger
<adilger>
Tue, 13 Apr 2004 18:38:14 +0000
(18:38 +0000)
b=2706
r=phil
lustre/llite/namei.c
patch
|
blob
|
history
diff --git
a/lustre/llite/namei.c
b/lustre/llite/namei.c
index
23b193c
..
8ad20e6
100644
(file)
--- a/
lustre/llite/namei.c
+++ b/
lustre/llite/namei.c
@@
-171,7
+171,7
@@
int ll_mdc_blocking_ast(struct ldlm_lock *lock, struct ldlm_lock_desc *desc,
CDEBUG(D_INODE, "invalidating inode %lu\n",
inode->i_ino);
-
ll_invalidate_inode_pages(inode
);
+
truncate_inode_pages(inode->i_mapping, 0
);
}
if (inode->i_sb->s_root &&