lkml.org 
[lkml]   [2002]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject2.5.21 - end_request warning.
Date
From

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/
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.053 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site