patch-2.4.0-test8 linux/fs/hfs/file.c

Next file: linux/fs/hpfs/anode.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/hfs/file.c linux/fs/hfs/file.c
@@ -489,7 +489,7 @@
 		written += c;
 		buf += c;
 		mark_buffer_uptodate(bh, 1);
-		mark_buffer_dirty(bh, 0);
+		mark_buffer_dirty(bh);
 		brelse(bh);
 	}
 	if (written > 0) {

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