cifs: store a pointer to the root dentry in cifs_sb_info once we have completed mount...
[linux-2.6-microblaze.git] / fs / cifs / cifs_fs_sb.h
index aa77edc..2a5325a 100644 (file)
@@ -81,5 +81,9 @@ struct cifs_sb_info {
         * (cifs_autodisable_serverino) in order to match new mounts.
         */
        bool mnt_cifs_serverino_autodisabled;
+       /*
+        * Available once the mount has completed.
+        */
+       struct dentry *root;
 };
 #endif                         /* _CIFS_FS_SB_H */