]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/obdclass/cl_object.c
staging: lustre: change cfs_hash_ops_t to struct
[karo-tx-linux.git] / drivers / staging / lustre / lustre / obdclass / cl_object.c
index f59c03cd47052a89062b75ecb639bd0eab64f771..a1a6024220ffd26c564a68cd2f875907cc8f120b 100644 (file)
@@ -586,12 +586,12 @@ static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn)
        LASSERT(cle->ce_magic == &cl_env_init0);
 }
 
-static cfs_hash_ops_t cl_env_hops = {
+static struct cfs_hash_ops cl_env_hops = {
        .hs_hash        = cl_env_hops_hash,
-       .hs_key  = cl_env_hops_obj,
+       .hs_key         = cl_env_hops_obj,
        .hs_keycmp      = cl_env_hops_keycmp,
        .hs_object      = cl_env_hops_obj,
-       .hs_get  = cl_env_hops_noop,
+       .hs_get         = cl_env_hops_noop,
        .hs_put_locked  = cl_env_hops_noop,
 };