patch-2.3.14 linux/drivers/block/md.c

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

diff -u --recursive --new-file v2.3.13/linux/drivers/block/md.c linux/drivers/block/md.c
@@ -740,7 +740,7 @@
 		if (buffer_locked(bh))
 			return 0;
 		set_bit(BH_Lock, &bh->b_state);
-		if (rw == WRITE || rw == WRITEA) {
+		if (rw == WRITE) {
 			if (!buffer_dirty(bh)) {
 				bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state));
 				return 0;

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