diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-08 15:11:18 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-08 15:11:18 +0000 |
commit | 7e6fb406ffc90844fc5dfc2a58b6ade751b40dbd (patch) | |
tree | 300d285187084ecc74ba58737d1949ad7a07e003 /sys/nfsclient/nfsmount.h | |
parent | c64685aa58806b4851d0ef282b83c8ae7e57b39d (diff) |
Now that we have a cached mount credential in struct mount, use it istead
of a private cached copy.
Notes
Notes:
svn path=/head/; revision=103099
Diffstat (limited to 'sys/nfsclient/nfsmount.h')
-rw-r--r-- | sys/nfsclient/nfsmount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h index 09ac7f8cdc16..8c531cbdd504 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 */ |