Whamcloud - gitweb
LU-3963 obdclass: convert to linux list api
[fs/lustre-release.git] / lustre / include / lustre_nodemap.h
index 61e9dc8..23a5f8b 100644 (file)
@@ -84,7 +84,7 @@ struct lu_nodemap {
        /* attached client members of this nodemap */
        struct list_head        nm_exports;
        /* access by nodemap name */
-       cfs_hlist_node_t        nm_hash;
+       struct hlist_node       nm_hash;
 };
 
 void nodemap_activate(const bool value);