Whamcloud - gitweb
LU-5092 nodemap: convert member hash to a list
[fs/lustre-release.git] / lustre / include / lustre_export.h
index d6e5c11..2431972 100644 (file)
@@ -71,7 +71,7 @@ struct tg_export_data {
 
        /** nodemap this export is a member of */
        struct lu_nodemap       *ted_nodemap;
-       struct hlist_node       ted_nodemap_member;
+       struct list_head        ted_nodemap_member;
 
        /* Every reply data fields below are
         * protected by ted_lcd_lock */