summaryrefslogtreecommitdiffstats
path: root/sys/coda
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-21 12:38:21 +0000
committerphk <phk@FreeBSD.org>1999-11-21 12:38:21 +0000
commitd19d6e6b458e551bcea54f2b5ed1015dc467182e (patch)
treedce0fefe05804627c6f74dba7f2e06baab5e0272 /sys/coda
parentd655bdb1cd68118a4aef6af9143d8ab360890bc8 (diff)
downloadFreeBSD-src-d19d6e6b458e551bcea54f2b5ed1015dc467182e.zip
FreeBSD-src-d19d6e6b458e551bcea54f2b5ed1015dc467182e.tar.gz
s/p_cred->pc_ucred/p_ucred/g
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index 229822a..615289c 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -315,7 +315,7 @@ coda_root(vfsp, vpp)
}
}
- error = venus_root(vftomi(vfsp), p->p_cred->pc_ucred, p, &VFid);
+ error = venus_root(vftomi(vfsp), p->p_ucred, p, &VFid);
if (!error) {
/*
@@ -454,7 +454,7 @@ coda_fhtovp(vfsp, fhp, nam, vpp, exflagsp, creadanonp)
return(0);
}
- error = venus_fhtovp(vftomi(vfsp), &cfid->cfid_fid, p->p_cred->pc_ucred, p, &VFid, &vtype);
+ error = venus_fhtovp(vftomi(vfsp), &cfid->cfid_fid, p->p_ucred, p, &VFid, &vtype);
if (error) {
CODADEBUG(CODA_VGET, myprintf(("vget error %d\n",error));)
OpenPOWER on IntegriCloud