patch-2.4.11-dontuse linux/net/sunrpc/xprt.c

Next file: linux/net/wanrouter/af_wanpipe.c
Previous file: linux/net/sunrpc/xdr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.10/linux/net/sunrpc/xprt.c linux/net/sunrpc/xprt.c
@@ -1401,12 +1401,6 @@
 
 	dprintk("RPC: %4d release request %p\n", task->tk_pid, req);
 
-	/* remove slot from queue of pending */
-	if (task->tk_rpcwait) {
-		printk("RPC: task of released request still queued!\n");
-		rpc_remove_wait_queue(task);
-	}
-
 	spin_lock_bh(&xprt->xprt_lock);
 	req->rq_next = xprt->free;
 	xprt->free   = req;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)