2.5.21 - end_request warning.

From: Martin Schwidefsky (martin.schwidefsky@debitel.net)
Date: Mon Jun 10 2002 - 17:33:24 EST


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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:19 EST