From 729dc2f6a94b3ccd0073850dd140f6db36186bba Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:01:24 +0000 Subject: [PATCH] b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- lustre/lov/lov_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 1.8.3.1