patch-2.4.0-test8 linux/drivers/block/loop.c

Next file: linux/drivers/block/lvm.c
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/drivers/block/loop.c linux/drivers/block/loop.c
@@ -357,7 +357,7 @@
 
 		if (current_request->cmd == WRITE) {
 			mark_buffer_uptodate(bh, 1);
-			mark_buffer_dirty(bh, 1);
+			mark_buffer_dirty(bh);
 		}
 		brelse(bh);
 		dest_addr += size;

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