compressed ramdisk messages

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Wed, 14 Feb 1996 16:05:54 +0100


The progress indicator in the compressed ramdisk does not work. I
don't know if the following patch makes it really work, nut it seems
not wrong.

Enjoy!

Ulrich

--- /usr/src/linux/drivers/block/rd.c Fri Jan 5 20:48:30 1996
+++ /tmp/rd.c Fri Feb 9 12:40:39 1996
@@ -431,7 +431,7 @@
outfile.f_op->write(outfile.f_inode, &outfile, buf,
BLOCK_SIZE);
if (!(i % 16)) {
- printk("%c\b", rotator[rotate & 0x3]);
+ printk(KERN_NOTICE "%c\b", rotator[rotate & 0x3]);
rotate++;
}
}