From 0e7aaf24f78bb5d26f6da416918862ba9f7d6129 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 6 Dec 2004 20:31:08 +0000 Subject: Convert to nmount. Add omount compat. Unpropagate the sm_args function into the runtime part. --- sys/fs/smbfs/smbfs.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys/fs/smbfs/smbfs.h') diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 1b9b9ca..8fa0346 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -76,11 +76,15 @@ struct vop_ioctl_args; struct buf; struct smbmount { - struct smbfs_args sm_args; + /* struct smbfs_args sm_args; */ + uid_t sm_uid; + gid_t sm_gid; + mode_t sm_file_mode; + mode_t sm_dir_mode; struct mount * sm_mp; struct smbnode * sm_root; struct ucred * sm_owner; - int sm_flags; + u_int sm_flags; long sm_nextino; struct smb_share * sm_share; /* struct simplelock sm_npslock;*/ -- cgit v1.1