X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=8461df77b731563b351ccfaee37773e6829680be;hp=78f92178595cc8721f3828470e0843650aae1d51;hb=2124e07ddde7789ebf0e8ec5600f2aff31788123;hpb=c2c45b21c3549355a9b3ecb7d1639415fe3131df diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 78f9217..8461df7 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -401,7 +401,7 @@ struct lov_obd { __u32 lov_tgt_size; /* size of tgts array */ int lov_connects; int lov_pool_count; - struct cfs_hash *lov_pools_hash_body; /* used for key access */ + struct rhashtable lov_pools_hash_body; /* used for key access */ struct list_head lov_pool_list; /* used for sequential access */ struct proc_dir_entry *lov_pool_proc_entry; enum lustre_sec_part lov_sp_me;