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
-  Lines: 13
-  Date:
Mon Oct  8 12:36:07 2001
-  Orig file: 
v2.4.10/linux/net/sunrpc/xprt.c
-  Orig date: 
Sun Sep 23 11:41:02 2001
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)