Whamcloud - gitweb
LU-13344 all: Separate debugfs and procfs handling
[fs/lustre-release.git] / lustre / ldlm / ldlm_pool.c
index 402d5e0..e59c77c 100644 (file)
@@ -788,7 +788,7 @@ static int ldlm_pool_debugfs_init(struct ldlm_pool *pl)
 {
        struct ldlm_namespace *ns = ldlm_pl2ns(pl);
        struct dentry *debugfs_ns_parent;
-       struct lprocfs_vars pool_vars[2];
+       struct ldebugfs_vars pool_vars[2];
        int rc = 0;
 
        ENTRY;
@@ -845,7 +845,7 @@ static int ldlm_pool_debugfs_init(struct ldlm_pool *pl)
                             LPROCFS_CNTR_AVGMINMAX | LPROCFS_CNTR_STDDEV,
                             "recalc_timing", "sec");
        debugfs_create_file("stats", 0644, pl->pl_debugfs_entry,
-                           pl->pl_stats, &lprocfs_stats_seq_fops);
+                           pl->pl_stats, &ldebugfs_stats_seq_fops);
 
        EXIT;
 out: