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

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

diff -u --recursive --new-file v2.1.55/linux/net/sunrpc/clnt.c linux/net/sunrpc/clnt.c
@@ -352,7 +352,7 @@
 	if ((task->tk_buffer = rpc_malloc(task, bufsiz)) != NULL)
 		return;
 
-	if (!signalled()) {
+	if (1 || !signalled()) {
 		xprt_release(task);
 		task->tk_action = call_reserve;
 		rpc_delay(task, HZ);

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