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

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