From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: James Bottomley <James.Bottomley@SteelEye.com>,
domen@coderock.org,
SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: [patch 4/7] scsi/qla_os: replace schedule_timeout() with ssleep()
Date: Fri, 14 Jan 2005 08:50:34 -0800 [thread overview]
Message-ID: <1105721434.12434.9.camel@plap.san.rr.com> (raw)
In-Reply-To: <20050112234314.GB2688@us.ibm.com>
On Wed, 2005-01-12 at 15:43 -0800, Nishanth Aravamudan wrote:
> On Wed, Jan 12, 2005 at 10:32:11AM -0600, James Bottomley wrote:
> > On Wed, 2005-01-12 at 00:22 +0100, domen@coderock.org wrote:
> > > Description: Use ssleep() instead of schedule_timeout() to guarantee the
> > [...]
> > > - set_current_state(TASK_UNINTERRUPTIBLE);
> > > - schedule_timeout(ABORT_POLLING_PERIOD);
> > > + msleep(ABORT_POLLING_PERIOD);
> >
> > The description doesn't match the code.
> >
> > Also, the qla driver is maintained. You should cc
> > andrew.vasquez@qlogic.com (I know they don't make it easy, like having
> > an entry in the MAINTAINERS file or even an email address in the code).
>
> Please find the corrected Description with this patch (and the appropriate CC).
> Thanks!
>
> -Nish
>
> Description: Use msleep() instead of schedule_timeout() to guarantee the
> task delays as expected. Change the values of the constants being used
> appropriately. I left the arithmetic there as it was before, even though
> it could be easily simplified away.
>
> Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
> Signed-off-by: Domen Puncer <domen@coderock.org>
ACK.
James, please add to your tree.
I'll forward over a diff to add an entry to the MAINTAINERS file in
another email.
Thanks,
Andrew Vasquez
prev parent reply other threads:[~2005-01-14 16:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-11 23:22 [patch 4/7] scsi/qla_os: replace schedule_timeout() with ssleep() domen
2005-01-12 16:32 ` James Bottomley
2005-01-12 23:43 ` Nishanth Aravamudan
2005-01-14 16:50 ` Andrew Vasquez [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=1105721434.12434.9.camel@plap.san.rr.com \
--to=andrew.vasquez@qlogic.com \
--cc=James.Bottomley@SteelEye.com \
--cc=domen@coderock.org \
--cc=linux-scsi@vger.kernel.org \
--cc=nacc@us.ibm.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