patch-2.4.19 linux-2.4.19/net/sunrpc/sched.c

Next file: linux-2.4.19/net/sunrpc/stats.c
Previous file: linux-2.4.19/net/sunrpc/pmap_clnt.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/net/sunrpc/sched.c linux-2.4.19/net/sunrpc/sched.c
@@ -699,9 +699,6 @@
 
 	dprintk("RPC:      rpc_schedule enter\n");
 	while (1) {
-		/* Ensure equal rights for tcp tasks... */
-		rpciod_tcp_dispatcher();
-
 		spin_lock_bh(&rpc_queue_lock);
 		if (!(task = schedq.task)) {
 			spin_unlock_bh(&rpc_queue_lock);
@@ -1039,7 +1036,7 @@
 static inline int
 rpciod_task_pending(void)
 {
-	return schedq.task != NULL || xprt_tcp_pending();
+	return schedq.task != NULL;
 }
 
 

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