public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.21 - end_request warning.
@ 2002-06-10 22:33 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-06-10 22:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds


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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-10 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-10 22:33 2.5.21 - end_request warning Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox