summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-06 20:31:08 +0000
committerphk <phk@FreeBSD.org>2004-12-06 20:31:08 +0000
commit0e7aaf24f78bb5d26f6da416918862ba9f7d6129 (patch)
treee037119542ddaa7521ab77bb18da6c14a34a6c52 /sys/fs/smbfs/smbfs.h
parentb71fe4fc33f167c7c72d88c653e447240f4b332e (diff)
downloadFreeBSD-src-0e7aaf24f78bb5d26f6da416918862ba9f7d6129.zip
FreeBSD-src-0e7aaf24f78bb5d26f6da416918862ba9f7d6129.tar.gz
Convert to nmount. Add omount compat.
Unpropagate the sm_args function into the runtime part.
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