Whamcloud - gitweb
LU-2470 procfs: Remove unused lu_time code.
[fs/lustre-release.git] / lustre / include / lu_object.h
index 7f65530..4bc6359 100644 (file)
@@ -647,11 +647,10 @@ struct lu_site {
         * lu_site stats
         */
        struct lprocfs_stats    *ls_stats;
-       struct lprocfs_stats    *ls_time_stats;
        /**
         * XXX: a hack! fld has to find md_site via site, remove when possible
         */
-       struct md_site          *ld_md_site;
+       struct seq_server_site  *ld_seq_site;
 };
 
 static inline struct lu_site_bkt_data *
@@ -1343,15 +1342,6 @@ int lu_global_init(void);
  */
 void lu_global_fini(void);
 
-enum {
-        LU_TIME_FIND_LOOKUP,
-        LU_TIME_FIND_ALLOC,
-        LU_TIME_FIND_INSERT,
-        LU_TIME_NR
-};
-
-extern const char *lu_time_names[LU_TIME_NR];
-
 struct lu_kmem_descr {
         cfs_mem_cache_t **ckd_cache;
         const char       *ckd_name;