patch-2.4.0-test8 linux/fs/ntfs/support.c

Next file: linux/fs/partitions/check.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/ntfs/support.c linux/fs/ntfs/support.c
@@ -177,7 +177,7 @@
 		else
 		{
 			buf->fn_get(bh->b_data+start_offs,buf,to_copy);
-			mark_buffer_dirty(bh,1);
+			mark_buffer_dirty(bh);
 		}
 		unlock_buffer(bh);
 		length-=to_copy;

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