Whamcloud - gitweb
LU-6245 libcfs: cleanup up libcfs hash code for upstream
[fs/lustre-release.git] / lustre / include / lprocfs_status.h
index 8d47825..f12dd93 100644 (file)
@@ -386,7 +386,7 @@ static inline void s2dhms(struct dhms *ts, time_t secs)
 typedef void (*cntr_init_callback)(struct lprocfs_stats *stats);
 
 struct obd_job_stats {
-       cfs_hash_t             *ojs_hash;
+       struct cfs_hash        *ojs_hash;
        struct list_head        ojs_list;
        rwlock_t                ojs_lock; /* protect the obj_list */
        cntr_init_callback      ojs_cntr_init_fn;