commit | 2fe87f02a04ad6e7075023a87fe38eb458a4bb9d | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Sep 21 07:02:52 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Sep 21 07:02:52 2006 +0000 |
tree | ec095fecdccad724faa6560cf7a81a9494a5a093 | |
parent | b835bebe95608c81270636a78b70333afb011925 [diff] [blame] |
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) Samba bugzilla #4040 Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h index ad58eb0..fd1e52e 100644 --- a/fs/cifs/cifs_fs_sb.h +++ b/fs/cifs/cifs_fs_sb.h
@@ -40,5 +40,7 @@ mode_t mnt_file_mode; mode_t mnt_dir_mode; int mnt_cifs_flags; + int prepathlen; + char * prepath; }; #endif /* _CIFS_FS_SB_H */