Revert "PCI: armada8k: Add support for gpio controlled reset signal"
[sfrench/cifs-2.6.git] / fs / cifs / cifs_fs_sb.h
index 63d7530f2e1d30dfbf94d84fc615d5169b304615..42f0d67f10546a4773a1984bb98e31d8ef69f69c 100644 (file)
@@ -72,6 +72,15 @@ struct cifs_sb_info {
        char   *mountdata; /* options received at mount time or via DFS refs */
        struct delayed_work prune_tlinks;
        struct rcu_head rcu;
+
+       /* only used when CIFS_MOUNT_USE_PREFIX_PATH is set */
        char *prepath;
+
+       /*
+        * Path initially provided by the mount call. We might connect
+        * to something different via DFS but we want to keep it to do
+        * failover properly.
+        */
+       char *origin_fullpath; /* \\HOST\SHARE\[OPTIONAL PATH] */
 };
 #endif                         /* _CIFS_FS_SB_H */