cifs: Properly handle auto disabling of serverino option
[linux-2.6-microblaze.git] / fs / cifs / cifs_fs_sb.h
index ed49222..afa5623 100644 (file)
@@ -83,5 +83,10 @@ struct cifs_sb_info {
         * failover properly.
         */
        char *origin_fullpath; /* \\HOST\SHARE\[OPTIONAL PATH] */
+       /*
+        * Indicate whether serverino option was turned off later
+        * (cifs_autodisable_serverino) in order to match new mounts.
+        */
+       bool mnt_cifs_serverino_autodisabled;
 };
 #endif                         /* _CIFS_FS_SB_H */