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

Next file: linux/net/sunrpc/sunrpc_syms.c
Previous file: linux/net/sunrpc/clnt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/net/sunrpc/sched.c linux/net/sunrpc/sched.c
@@ -390,7 +390,7 @@
 			dprintk("RPC: %4d sync task going to sleep\n",
 							task->tk_pid);
 			current->timeout = 0;
-			interruptible_sleep_on(&task->tk_wait);
+			sleep_on(&task->tk_wait);
 
 			/* When the task received a signal, remove from
 			 * any queues etc, and make runnable again. */
@@ -408,7 +408,7 @@
 		 * clean up after sleeping on some queue, we don't
 		 * break the loop here, but go around once more.
 		 */
-		if (!RPC_IS_ASYNC(task) && signalled()) {
+		if (0 && !RPC_IS_ASYNC(task) && signalled()) {
 			dprintk("RPC: %4d got signal (map %08lx)\n",
 				task->tk_pid,
 				current->signal & ~current->blocked);

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