X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_idmap.h;h=a7d38413fcb86ff883cc3c94c63a15227fe3e013;hp=d18325e86dfecccc7b46ad4b48af63e45885cdc4;hb=8701e7e4b5ec1b34700c95b9b6588f4745730b72;hpb=bc34babc1765f6f99220256e96ce5dc5bb390676;ds=sidebyside diff --git a/lustre/include/lustre_idmap.h b/lustre/include/lustre_idmap.h index d18325e..a7d3841 100644 --- a/lustre/include/lustre_idmap.h +++ b/lustre/include/lustre_idmap.h @@ -74,8 +74,8 @@ enum lustre_idmap_idx { }; struct lustre_idmap_table { - spinlock_t lit_lock; - cfs_list_t lit_idmaps[CFS_IDMAP_N_HASHES][CFS_IDMAP_HASHSIZE]; + spinlock_t lit_lock; + struct list_head lit_idmaps[CFS_IDMAP_N_HASHES][CFS_IDMAP_HASHSIZE]; }; struct lu_ucred;