| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] janitor: sched_timeout() sets curr_state (atm) |
| From: | "Randy.Dunlap" <rddunlap@xxxxxxxx> |
| Date: | Sun, 5 Oct 2003 20:34:25 -0700 |
| Cc: | chas@xxxxxxxxxxxxxxxx |
| Organization: | OSDL |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
Please apply to 2.6.0-test6-current.
--
~Randy
From: Alexey Dobriyan <adobriyan@xxxxxxx>
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;
_
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] janitor: sched_timeout() sets curr_state (cosa), Randy.Dunlap |
|---|---|
| Next by Date: | Re: [PATCH 2.6.0-test6][X25] timer cleanup, Vinay K Nallamothu |
| Previous by Thread: | [PATCH] janitor: sched_timeout() sets curr_state (cosa), Randy.Dunlap |
| Next by Thread: | Re: [PATCH] janitor: sched_timeout() sets curr_state (atm), David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |