patch-2.4.0-test6 linux/fs/ncpfs/mmap.c

Next file: linux/fs/nfs/inode.c
Previous file: linux/fs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/fs/ncpfs/mmap.c linux/fs/ncpfs/mmap.c
@@ -89,6 +89,7 @@
 	if (already_read < PAGE_SIZE)
 		memset((char*)(pg_addr + already_read), 0, 
 		       PAGE_SIZE - already_read);
+	flush_dcache_page(page);
 	kunmap(page);
 	return page;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)