summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_venus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/coda/coda_venus.c')
-rw-r--r--sys/coda/coda_venus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c
index a5b114b..af6b8a9 100644
--- a/sys/coda/coda_venus.c
+++ b/sys/coda/coda_venus.c
@@ -95,11 +95,11 @@
#define INIT_IN(in, op, ident, p) \
(in)->opcode = (op); \
- PGRPSESS_SLOCK(); \
+ sx_slock(&proctree_lock); \
(in)->pid = p ? p->p_pid : -1; \
(in)->pgid = p ? p->p_pgid : -1; \
(in)->sid = (p && p->p_session && p->p_session->s_leader) ? (p->p_session->s_leader->p_pid) : -1; \
- PGRPSESS_SUNLOCK(); \
+ sx_sunlock(&proctree_lock); \
if (ident != NOCRED) { \
(in)->cred.cr_uid = ident->cr_uid; \
(in)->cred.cr_groupid = ident->cr_gid; \
OpenPOWER on IntegriCloud