aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-07 10:05:55 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-07 10:12:06 +0100
commit019f22d621c6e9e97876d921b5979558bcf260a2 (patch)
tree6674999784d96394f850927f7d06bd33e740f7d8
parentf7153e4a3a83403ce13f42359d87697d5d93194f (diff)
Revert "fix cache coherence issues with bounce buffers"
This reverts commit 32232d89f7d9295579efbf7800f863776433d662.
-rw-r--r--fs/mpage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/mpage.c b/fs/mpage.c
index 737989a6570..643e9f55ef2 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -53,8 +53,6 @@ static void mpage_end_io(struct bio *bio, int err)
prefetchw(&bvec->bv_page->flags);
if (bio_data_dir(bio) == READ) {
if (uptodate) {
- /* FIXME: fix to solve cache coherence issues. */
- flush_dcache_page(page);
SetPageUptodate(page);
} else {
ClearPageUptodate(page);