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:
5f16105
)
- fixes in filter_clear_page_cache() accordingly to green's patch.
author
yury
<yury>
Mon, 25 Apr 2005 09:13:45 +0000
(09:13 +0000)
committer
yury
<yury>
Mon, 25 Apr 2005 09:13:45 +0000
(09:13 +0000)
lustre/obdfilter/filter_io_26.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_io_26.c
b/lustre/obdfilter/filter_io_26.c
index
281a41d
..
34f459a
100644
(file)
--- a/
lustre/obdfilter/filter_io_26.c
+++ b/
lustre/obdfilter/filter_io_26.c
@@
-286,8
+286,8
@@
static void filter_clear_page_cache(struct inode *inode,
if (page == NULL)
continue;
if (page->mapping != NULL) {
- block_invalidatepage(page, 0);
wait_on_page_writeback(page);
+ block_invalidatepage(page, 0);
ll_truncate_complete_page(page);
}
unlock_page(page);