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
-  Lines: 9
-  Date:
Fri Sep 19 10:56:10 1997
-  Orig file: 
v2.1.55/linux/net/sunrpc/clnt.c
-  Orig date: 
Sun Apr 13 10:18:23 1997
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