diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 19:25:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 19:25:53 +0000 |
commit | 57445428488a2862840c4d7c96d7746c11031aaf (patch) | |
tree | 60b88b3a21896a33ee4dccc727d88b745a9ff731 /fs/nfs | |
parent | 2e837819b1563679b55363d469239fdf4f17fbbb (diff) |
Merge with Linu 2.4.0-test6-pre6.
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/read.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index e51adbd86..6575040d9 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -134,6 +134,7 @@ nfs_readpage_sync(struct file *file, struct page *page) } while (count); memset(buffer, 0, count); + flush_dcache_page(page); SetPageUptodate(page); if (PageError(page)) ClearPageError(page); @@ -446,6 +447,7 @@ nfs_readpage_result(struct rpc_task *task) count -= PAGE_CACHE_SIZE; } else SetPageError(page); + flush_dcache_page(page); kunmap(page); UnlockPage(page); |