projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8368e32
)
Fix reiserfs after "test_clear_page_dirty()" removal
author
Linus Torvalds
<torvalds@woody.osdl.org>
Sat, 23 Dec 2006 17:32:45 +0000
(09:32 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sat, 23 Dec 2006 17:32:45 +0000
(09:32 -0800)
Thanks to Len Brown for testing this fix, since while they have in the
past, none of my machines run reiserfs at the moment.
Cc: Vladimir V. Saveliev <vs@namesys.com>
Acked-by: Len Brown <lenb@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/stree.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/stree.c
b/fs/reiserfs/stree.c
index 47e7027ea39f5183f0aadeb8148b41179fe3ee27..afb21ea45302a728936a27dc1b568e9eb04c1186 100644
(file)
--- a/
fs/reiserfs/stree.c
+++ b/
fs/reiserfs/stree.c
@@
-1459,7
+1459,7
@@
static void unmap_buffers(struct page *page, loff_t pos)
bh = next;
} while (bh != head);
if (PAGE_SIZE == bh->b_size) {
- c
lear_page_dirty(page
);
+ c
ancel_dirty_page(page, PAGE_CACHE_SIZE
);
}
}
}