From: yury Date: Fri, 19 Sep 2008 19:01:24 +0000 (+0000) Subject: b=16777 16776 X-Git-Tag: v1_7_110~1^60 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=729dc2f6a94b3ccd0073850dd140f6db36186bba;p=fs%2Flustre-release.git b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- diff --git a/lustre/lov/lov_internal.h b/lustre/lov/lov_internal.h index 102c85c..7796f63 100644 --- a/lustre/lov/lov_internal.h +++ b/lustre/lov/lov_internal.h @@ -306,7 +306,8 @@ static inline void lprocfs_lov_init_vars(struct lprocfs_static_vars *lvars) #endif /* pools */ -extern struct lustre_hash_operations pool_hash_operations; +extern lustre_hash_ops_t pool_hash_operations; + /* ost_pool methods */ int lov_ost_pool_init(struct ost_pool *op, unsigned int count); int lov_ost_pool_extend(struct ost_pool *op, unsigned int max_count);