Whamcloud - gitweb
LU-6245 libcfs: cleanup up libcfs hash code for upstream
[fs/lustre-release.git] / lustre / include / lustre_export.h
index 851edca..d9af664 100644 (file)
@@ -202,12 +202,12 @@ struct obd_export {
        /** Connection count value from last successful reconnect rpc */
        __u32                     exp_conn_cnt;
        /** Hash list of all ldlm locks granted on this export */
-       cfs_hash_t               *exp_lock_hash;
+       struct cfs_hash          *exp_lock_hash;
        /**
         * Hash list for Posix lock deadlock detection, added with
         * ldlm_lock::l_exp_flock_hash.
         */
-       cfs_hash_t             *exp_flock_hash;
+       struct cfs_hash        *exp_flock_hash;
        struct list_head        exp_outstanding_replies;
        struct list_head        exp_uncommitted_replies;
        spinlock_t              exp_uncommitted_replies_lock;