Whamcloud - gitweb
b=16777 16776
authoryury <yury>
Fri, 19 Sep 2008 19:01:24 +0000 (19:01 +0000)
committeryury <yury>
Fri, 19 Sep 2008 19:01:24 +0000 (19:01 +0000)
r=shadow, adilger, vitaly, robert

- new clas_hash and using it for connections, held locks on server, etc

lustre/lov/lov_internal.h

index 102c85c..7796f63 100644 (file)
@@ -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);