patch-2.4.0-test8 linux/include/linux/hfs_sysdep.h

Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/include/linux/hfs_sysdep.h linux/include/linux/hfs_sysdep.h
@@ -150,7 +150,7 @@
 }
 
 extern inline void hfs_buffer_dirty(hfs_buffer buffer) {
-	mark_buffer_dirty(buffer, 1);
+	mark_buffer_dirty(buffer);
 }
 
 extern inline void hfs_buffer_sync(hfs_buffer buffer) {

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