patch-2.4.0-test11 linux/drivers/atm/atmtcp.c

Next file: linux/drivers/atm/nicstar.c
Previous file: linux/drivers/acpi/driver.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/drivers/atm/atmtcp.c linux/drivers/atm/atmtcp.c
@@ -77,6 +77,7 @@
 		set_current_state(TASK_UNINTERRUPTIBLE);
 		schedule();
 	}
+	current->state = TASK_RUNNING;
 	remove_wait_queue(&vcc->sleep,&wait);
 	return error;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)