patch-2.4.0-test1 linux/drivers/block/rd.c
Next file: linux/drivers/cdrom/aztcd.c
Previous file: linux/drivers/block/md.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed May 24 17:52:43 2000
- Orig file:
v2.3.99-pre9/linux/drivers/block/rd.c
- Orig date:
Thu May 11 15:30:06 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/block/rd.c linux/drivers/block/rd.c
@@ -666,10 +666,12 @@
}
infile.f_op->read(&infile, buf, BLOCK_SIZE, &infile.f_pos);
outfile.f_op->write(&outfile, buf, BLOCK_SIZE, &outfile.f_pos);
+#if !defined(CONFIG_ARCH_S390)
if (!(i % 16)) {
printk("%c\b", rotator[rotate & 0x3]);
rotate++;
}
+#endif
}
printk("done.\n");
kfree(buf);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)