public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Schwidefsky <martin.schwidefsky@debitel.net>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: 2.5.21 - end_request warning.
Date: Tue, 11 Jun 2002 00:33:24 +0200 (CEST)	[thread overview]
Message-ID: <E17HXj2-0000a2-00@skybase> (raw)


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;

                 reply	other threads:[~2002-06-10 20:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E17HXj2-0000a2-00@skybase \
    --to=martin.schwidefsky@debitel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox