patch-2.4.0-test3 linux/fs/udf/inode.c
Next file: linux/fs/udf/super.c
Previous file: linux/fs/udf/fsync.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Jun 29 16:24:42 2000
- Orig file:
v2.4.0-test2/linux/fs/udf/inode.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test2/linux/fs/udf/inode.c linux/fs/udf/inode.c
@@ -1213,10 +1213,10 @@
* Written, tested, and released.
*/
-void udf_write_inode(struct inode * inode)
+void udf_write_inode(struct inode * inode, int sync)
{
lock_kernel();
- udf_update_inode(inode, 0);
+ udf_update_inode(inode, sync);
unlock_kernel();
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)