staging: lustre: change cfs_hash_ops_t to struct
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / lov / lov_internal.h
index bdee0a6f3d4e92f3f83963679cf40afa4bd644b6..515a5c147827436a9ddfb78c0b53b28acc524e47 100644 (file)
@@ -234,7 +234,7 @@ void lprocfs_lov_init_vars(struct lprocfs_static_vars *lvars);
 extern struct lu_device_type lov_device_type;
 
 /* pools */
-extern cfs_hash_ops_t pool_hash_operations;
+extern struct cfs_hash_ops 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 min_count);