patch-2.1.70 linux/net/sunrpc/sched.c

Next file: linux/CREDITS
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.69/linux/net/sunrpc/sched.c linux/net/sunrpc/sched.c
@@ -878,7 +878,7 @@
 	 * Usually rpciod will exit very quickly, so we
 	 * wait briefly before checking the process id.
 	 */
-	current->flags &= ~PF_SIGPENDING;
+	current->sigpending = 0;
 	current->state = TASK_INTERRUPTIBLE;
 	current->timeout = jiffies + 1;
 	schedule();


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov