summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h8
1 files changed, 6 insertions, 2 deletions
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;*/
OpenPOWER on IntegriCloud