Whamcloud - gitweb
LU-4647 nodemap: add mapping functionality
[fs/lustre-release.git] / lustre / include / lustre_export.h
index 318c8dd..3fe565f 100644 (file)
@@ -67,6 +67,10 @@ struct tg_export_data {
        loff_t                  ted_lr_off;
        /** Client index in last_rcvd file */
        int                     ted_lr_idx;
+
+       /** nodemap this export is a member of */
+       struct lu_nodemap       *ted_nodemap;
+       struct hlist_node       ted_nodemap_member;
 };
 
 /**
@@ -264,7 +268,6 @@ struct obd_export {
                 struct mgs_export_data    eu_mgs_data;
         } u;
 
-       struct nodemap            *exp_nodemap;
        struct adaptive_timeout    exp_bl_lock_at;
 };