diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-21 07:02:52 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-21 07:02:52 +0000 |
commit | 2fe87f02a04ad6e7075023a87fe38eb458a4bb9d (patch) | |
tree | ec095fecdccad724faa6560cf7a81a9494a5a093 /fs/cifs/cifs_fs_sb.h | |
parent | b835bebe95608c81270636a78b70333afb011925 (diff) |
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
Samba bugzilla #4040
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h index ad58eb0c4d6d..fd1e52ebcee6 100644 --- a/fs/cifs/cifs_fs_sb.h +++ b/fs/cifs/cifs_fs_sb.h @@ -40,5 +40,7 @@ struct cifs_sb_info { mode_t mnt_file_mode; mode_t mnt_dir_mode; int mnt_cifs_flags; + int prepathlen; + char * prepath; }; #endif /* _CIFS_FS_SB_H */ |