patch-2.3.9 linux/drivers/block/rd.c

Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/block/raid5.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/drivers/block/rd.c linux/drivers/block/rd.c
@@ -173,7 +173,7 @@
 
 	if (CURRENT->cmd == READ) 
 		memset(CURRENT->buffer, 0, len); 
-	else	
+	else
 		set_bit(BH_Protected, &CURRENT->bh->b_state);
 
 	end_request(1);

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