patch-2.4.0-test6 linux/fs/udf/inode.c

Next file: linux/fs/umsdos/emd.c
Previous file: linux/fs/udf/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/fs/udf/inode.c linux/fs/udf/inode.c
@@ -188,6 +188,7 @@
 			PAGE_CACHE_SIZE - UDF_I_LENALLOC(inode));
 		memcpy((char *)kaddr, bh->b_data + udf_file_entry_alloc_offset(inode),
 			UDF_I_LENALLOC(inode));
+		flush_dcache_page(page);
 		SetPageUptodate(page);
 		kunmap(page);
 	}

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