patch-2.4.4 linux/net/sunrpc/sched.c
Next file: linux/net/sunrpc/svcsock.c
Previous file: linux/net/sunrpc/clnt.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Apr  3 13:45:37 2001
-  Orig file: 
v2.4.3/linux/net/sunrpc/sched.c
-  Orig date: 
Fri Feb  9 11:29:44 2001
diff -u --recursive --new-file v2.4.3/linux/net/sunrpc/sched.c linux/net/sunrpc/sched.c
@@ -1072,6 +1072,8 @@
 	current->pgrp = 1;
 	strcpy(current->comm, "rpciod");
 
+	current->flags |= PF_MEMALLOC;
+
 	dprintk("RPC: rpciod starting (pid %d)\n", rpciod_pid);
 	while (rpciod_users) {
 		if (signalled()) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)