summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
diff options
context:
space:
mode:
authordavide <davide@FreeBSD.org>2013-05-04 14:03:18 +0000
committerdavide <davide@FreeBSD.org>2013-05-04 14:03:18 +0000
commit49171951e3c2ee391cc14135ca9389ecb4e38f47 (patch)
tree58f50a43b89521ebbbf95593be5439c98bbdde90 /sys/fs/smbfs/smbfs.h
parent6473a2540f9533d31ae4872e4485cd1f7eb2e402 (diff)
downloadFreeBSD-src-49171951e3c2ee391cc14135ca9389ecb4e38f47.zip
FreeBSD-src-49171951e3c2ee391cc14135ca9389ecb4e38f47.tar.gz
Completely rewrite the interface to smbdev switching from dev_clone
to cdevpriv(9). This commit changes the semantic of mount_smbfs in userland as well, which now passes file descriptor in order to to mount a specific filesystem istance. Reviewed by: attilio, ed Tested by: martymac
Diffstat (limited to 'sys/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 2ebdf8b..925a8f2 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -75,6 +75,7 @@ struct smbmount {
mode_t sm_dir_mode;
struct mount * sm_mp;
struct smbnode * sm_root;
+ struct smb_dev * sm_dev;
struct ucred * sm_owner;
uint64_t sm_flags;
long sm_nextino;
OpenPOWER on IntegriCloud