From: "Randy.Dunlap" <rddunlap@osdl.org>
To: netdev@oss.sgi.com
Cc: chas@cmf.nrl.navy.mil
Subject: [PATCH] janitor: sched_timeout() sets curr_state (atm)
Date: Sun, 5 Oct 2003 20:34:25 -0700 [thread overview]
Message-ID: <20031005203425.5e474ccd.rddunlap@osdl.org> (raw)
Hi,
Please apply to 2.6.0-test6-current.
--
~Randy
From: Alexey Dobriyan <adobriyan@mail.ru>
linux-260-test6-kj1-rddunlap/drivers/atm/he.c | 1 -
1 files changed, 1 deletion(-)
diff -puN drivers/atm/he.c~atm_he_taskrun drivers/atm/he.c
--- linux-260-test6-kj1/drivers/atm/he.c~atm_he_taskrun 2003-09-29 17:32:02.000000000 -0700
+++ linux-260-test6-kj1-rddunlap/drivers/atm/he.c 2003-09-29 17:32:02.000000000 -0700
@@ -2633,7 +2633,6 @@ he_close(struct atm_vcc *vcc)
(retry < MAX_RETRY)) {
set_current_state(TASK_UNINTERRUPTIBLE);
(void) schedule_timeout(sleep);
- set_current_state(TASK_RUNNING);
if (sleep < HZ)
sleep = sleep * 2;
_
next reply other threads:[~2003-10-06 3:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-06 3:34 Randy.Dunlap [this message]
2003-10-07 14:47 ` [PATCH] janitor: sched_timeout() sets curr_state (atm) David S. Miller
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=20031005203425.5e474ccd.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=chas@cmf.nrl.navy.mil \
--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).