netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] janitor: sched_timeout() sets curr_state (atm)
@ 2003-10-06  3:34 Randy.Dunlap
  2003-10-07 14:47 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-10-06  3:34 UTC (permalink / raw)
  To: netdev; +Cc: chas

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;
 

_

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-07 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-06  3:34 [PATCH] janitor: sched_timeout() sets curr_state (atm) Randy.Dunlap
2003-10-07 14:47 ` David S. Miller

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).