[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
[linux-2.6-block.git] / fs / cifs / cifs_fs_sb.h
index ad58eb0c4d6d8d5600165490a8e0f7e7ab7f843c..fd1e52ebcee6c8fd1bc1a365ebc33353b0f7c4e4 100644 (file)
@@ -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 */