summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsmount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-08 15:11:18 +0000
committerphk <phk@FreeBSD.org>2002-09-08 15:11:18 +0000
commit549c71a09915ad3f75cea2d2ae2e05e7abbc82ef (patch)
tree300d285187084ecc74ba58737d1949ad7a07e003 /sys/nfsclient/nfsmount.h
parent3a164c2a89ac4b13c521b3e499713dcd2bf936cc (diff)
downloadFreeBSD-src-549c71a09915ad3f75cea2d2ae2e05e7abbc82ef.zip
FreeBSD-src-549c71a09915ad3f75cea2d2ae2e05e7abbc82ef.tar.gz
Now that we have a cached mount credential in struct mount, use it istead
of a private cached copy.
Diffstat (limited to 'sys/nfsclient/nfsmount.h')
-rw-r--r--sys/nfsclient/nfsmount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h
index 09ac7f8..8c531cb 100644
--- a/sys/nfsclient/nfsmount.h
+++ b/sys/nfsclient/nfsmount.h
@@ -53,7 +53,6 @@ struct nfsmount {
u_char nm_fh[NFSX_V3FHMAX]; /* File handle of root dir */
int nm_fhsize; /* Size of root file handle */
struct socket *nm_so; /* Rpc socket */
- struct ucred *nm_cred; /* Cached mount-time credential */
int nm_sotype; /* Type of socket */
int nm_soproto; /* and protocol */
int nm_soflags; /* pr_flags for socket protocol */
OpenPOWER on IntegriCloud