patch-2.1.118 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 Aug 21 15:42:26 1998
-  Orig file: 
v2.1.117/linux/net/sunrpc/clnt.c
-  Orig date: 
Thu Aug 20 17:05:19 1998
diff -u --recursive --new-file v2.1.117/linux/net/sunrpc/clnt.c linux/net/sunrpc/clnt.c
@@ -413,7 +413,7 @@
 		return;
 	printk("RPC: buffer allocation failed for task %p\n", task); 
 
-	if (1 || !signalled()) {
+	if (!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