summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
diff options
context:
space:
mode:
authorDmitry Eremin <dmitry4ever@gmail.com>2015-05-21 15:32:11 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 11:14:51 +0900
commit700815d47f9da0477229f009b6fa235f20da1e21 (patch)
treed2da4eb128240b09b39edd19c43662ff4375f3f9 /drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
parentb40881e579588360242bd3f8f79f978d2a871e0e (diff)
downloadop-kernel-dev-700815d47f9da0477229f009b6fa235f20da1e21.zip
op-kernel-dev-700815d47f9da0477229f009b6fa235f20da1e21.tar.gz
staging/lustre/ldlm: move all remaining files from procfs to debugfs
Move all files except stats. It will be moved later after change type of obddev->obd_proc_entry member. Signed-off-by: Dmitry Eremin <dmiter4ever@gmail.com> Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/ldlm/ldlm_internal.h')
-rw-r--r--drivers/staging/lustre/lustre/ldlm/ldlm_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_internal.h b/drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
index 636451d..cf81bdb 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
@@ -197,8 +197,7 @@ void ldlm_destroy_flock_export(struct obd_export *exp);
void l_check_ns_lock(struct ldlm_namespace *ns);
void l_check_no_ns_lock(struct ldlm_namespace *ns);
-extern struct proc_dir_entry *ldlm_svc_proc_dir;
-extern struct proc_dir_entry *ldlm_type_proc_dir;
+extern struct dentry *ldlm_svc_debugfs_dir;
struct ldlm_state {
struct ptlrpc_service *ldlm_cb_service;
OpenPOWER on IntegriCloud