From: James Bottomley <James.Bottomley@steeleye.com>
To: Chuck Ebbert <76306.1226@compuserve.com>
Cc: linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [Patch 2.6] sd.c spinup messages
Date: 24 Jun 2004 17:02:31 -0500 [thread overview]
Message-ID: <1088114552.2069.63.camel@mulgrave> (raw)
In-Reply-To: <200406091950_MC3-1-8463-F129@compuserve.com>
On Wed, 2004-06-09 at 18:48, Chuck Ebbert wrote:
> - printk(KERN_NOTICE "%s: Spinning up disk...",
> + printk(KERN_NOTICE "%s: Spinning up disk...\n",
> diskname);
> cmd[0] = START_STOP;
> cmd[1] = 1; /* Return immediately */
> @@ -903,7 +906,6 @@ sd_spinup_disk(struct scsi_disk *sdkp, c
> current->state = TASK_UNINTERRUPTIBLE;
> time1 = schedule_timeout(time1);
> } while(time1);
> - printk(".");
What this basically does is remove the indication that the drive is
being spun up. That's quite a significant user visible change from what
we do now.
Current behaviour is dictated by the fact that some of the drives
(particularly older ones) take ages to spin up. Without the visual
indication that something is going on people tend to press the reset
button and report kernel errors.
Instead of making such a global change, how about making this a
non-default configurable option within sd.
James
prev parent reply other threads:[~2004-06-24 22:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-09 23:48 [Patch 2.6] sd.c spinup messages Chuck Ebbert
2004-06-24 22:02 ` James Bottomley [this message]
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=1088114552.2069.63.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=76306.1226@compuserve.com \
--cc=linux-scsi@vger.kernel.org \
/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