Hi,
another small thing. The end_request error message should be marked with
KERN_ERR.
blue skies,
Martin.
diff -urN linux-2.5.21/drivers/block/ll_rw_blk.c linux-2.5.21-s390/drivers/block/ll_rw_blk.c
--- linux-2.5.21/drivers/block/ll_rw_blk.c Sun Jun 9 07:27:22 2002
+++ linux-2.5.21-s390/drivers/block/ll_rw_blk.c Mon Jun 10 11:30:26 2002
@@ -1879,7 +1879,7 @@
req->errors = 0;
if (!uptodate)
- printk("end_request: I/O error, dev %s, sector %lu\n",
+ printk(KERN_ERR "end_request: I/O error, dev %s, sector %lu\n",
kdevname(req->rq_dev), req->sector);
total_nsect = 0;