patch-2.4.22 linux-2.4.22/fs/lockd/host.c
Next file: linux-2.4.22/fs/lockd/mon.c
Previous file: linux-2.4.22/fs/lockd/clntproc.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/lockd/host.c
- Orig date:
2001-10-01 13:45:47.000000000 -0700
diff -urN linux-2.4.21/fs/lockd/host.c linux-2.4.22/fs/lockd/host.c
@@ -187,15 +187,7 @@
host->h_nextrebind - jiffies);
}
} else {
- uid_t saved_fsuid = current->fsuid;
- kernel_cap_t saved_cap = current->cap_effective;
-
- /* Create RPC socket as root user so we get a priv port */
- current->fsuid = 0;
- cap_raise (current->cap_effective, CAP_NET_BIND_SERVICE);
xprt = xprt_create_proto(host->h_proto, &host->h_addr, NULL);
- current->fsuid = saved_fsuid;
- current->cap_effective = saved_cap;
if (xprt == NULL)
goto forgetit;
@@ -209,6 +201,7 @@
}
clnt->cl_autobind = 1; /* turn on pmap queries */
xprt->nocong = 1; /* No congestion control for NLM */
+ xprt->resvport = 1; /* NLM requires a reserved port */
host->h_rpcclnt = clnt;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)