patch-2.2.0-pre6 linux/net/sunrpc/sched.c

Next file: linux/net/sunrpc/sysctl.c
Previous file: linux/net/sched/sch_csz.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/net/sunrpc/sched.c linux/net/sunrpc/sched.c
@@ -829,6 +829,10 @@
 		}
 		save_flags(oldflags); cli();
 		if (!schedq.task) {
+			/* following two lines added by airlied@linux.ie
+				to make NFS over TCP work 5/1/99 */
+		        dprintk("RPC: rpciod running checking dispatch\n");
+		        rpciod_tcp_dispatcher();
 			dprintk("RPC: rpciod back to sleep\n");
 			interruptible_sleep_on(&rpciod_idle);
 			dprintk("RPC: switch to rpciod\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov