netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: janitor@sternwelten.at
Cc: netdev@oss.sgi.com, nacc@us.ibm.com, acme@conectiva.com.br
Subject: Re: [patch 13/18]  net/cycx_drv: replace 	delay_cycx() with msleep_interruptible()
Date: Sun, 31 Oct 2004 06:04:07 -0500	[thread overview]
Message-ID: <4184C6A7.7060400@pobox.com> (raw)
In-Reply-To: <E1CO1w4-0002YG-VR@sputnik>

janitor@sternwelten.at wrote:
> -/* Delay */
> -static void delay_cycx(int sec)
> -{
> -	set_current_state(TASK_INTERRUPTIBLE);
> -	schedule_timeout(sec * HZ);
> -}


this _clearly_ wants an ssleep() derivative, not msleep()

	Jeff

  reply	other threads:[~2004-10-31 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-30 22:43 [patch 13/18] net/cycx_drv: replace delay_cycx() with msleep_interruptible() janitor
2004-10-31 11:04 ` Jeff Garzik [this message]
2004-11-01 19:48   ` [PATCH] net/cycx_drv: replace delay_cycx() with ssleep_interruptible() Nishanth Aravamudan

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=4184C6A7.7060400@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=acme@conectiva.com.br \
    --cc=janitor@sternwelten.at \
    --cc=nacc@us.ibm.com \
    --cc=netdev@oss.sgi.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;
as well as URLs for NNTP newsgroup(s).