Whamcloud - gitweb
land b_hd_sec onto HEAD:
[fs/lustre-release.git] / lustre / include / linux / lustre_export.h
index 7404bd7..e4a0bdb 100644 (file)
@@ -22,11 +22,10 @@ struct mds_export_data {
         struct mds_client_data *med_mcd;
         loff_t                  med_off;
         int                     med_idx;
-        unsigned int            med_local:1;
+        unsigned int            med_initialized:1,
+                                med_remote:1;
         __u32                   med_nllu;
         __u32                   med_nllg;
-        /* simple idmapping */
-        spinlock_t              med_idmap_lock;
         struct mds_idmap_table *med_idmap;
 };