Remove unused vc_tnode field from struct smb_vc.

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-03-10 14:55:34 +00:00
parent c7f03ab040
commit b525186851

View File

@ -253,7 +253,6 @@ struct smb_vc {
uid_t vc_uid; /* user id of connection */
gid_t vc_grp; /* group of connection */
mode_t vc_mode; /* access mode */
struct tnode * vc_tnode; /* backing object */
u_short vc_smbuid; /* unique vc id assigned by server */
u_char vc_hflags; /* or'ed with flags in the smb header */