patch-2.2.15 linux/fs/romfs/inode.c
Next file: linux/fs/select.c
Previous file: linux/fs/qnx4/symlinks.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Apr 21 12:46:45 2000
- Orig file:
v2.2.14/fs/romfs/inode.c
- Orig date:
Sat Aug 14 02:25:59 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/fs/romfs/inode.c linux/fs/romfs/inode.c
@@ -59,6 +59,7 @@
#include <linux/init.h>
#include <asm/uaccess.h>
+#include <asm/pgtable.h>
static int inline min(int a, int b)
{
@@ -403,6 +404,7 @@
if (readlen < PAGE_SIZE) {
memset((void *)(buf+readlen),0,PAGE_SIZE-readlen);
}
+ flush_dcache_page(page_address(page));
set_bit(PG_uptodate, &page->flags);
result = 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)