aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_fs_sb.h
diff options
context:
space:
mode:
authorIgor Mammedov <niallain@gmail.com>2008-01-11 01:49:48 +0000
committerSteve French <sfrench@us.ibm.com>2008-01-11 01:49:48 +0000
commite6ab15827eec0bc4444421f7ccf0223de321c708 (patch)
tree59fa8c7ad8247c45c0393f6f900460ab1e04a2f0 /fs/cifs/cifs_fs_sb.h
parent[CIFS] Forgot to add two new files from previous commit (diff)
downloadlinux-dev-e6ab15827eec0bc4444421f7ccf0223de321c708.tar.xz
linux-dev-e6ab15827eec0bc4444421f7ccf0223de321c708.zip
[CIFS] DFS support patchset: Added mountdata
Also cifs_fs_type was made not static for ussage in dfs code. Signed-off-by: Igor Mammedov <niallain@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_fs_sb.h')
-rw-r--r--fs/cifs/cifs_fs_sb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h
index 34af556cdd8d..8ad2330ba061 100644
--- a/fs/cifs/cifs_fs_sb.h
+++ b/fs/cifs/cifs_fs_sb.h
@@ -43,6 +43,9 @@ struct cifs_sb_info {
mode_t mnt_dir_mode;
int mnt_cifs_flags;
int prepathlen;
- char *prepath;
+ char *prepath; /* relative path under the share to mount to */
+#ifdef CONFIG_CIFS_DFS_UPCALL
+ char *mountdata; /* mount options received at mount time */
+#endif
};
#endif /* _CIFS_FS_SB_H */