Whamcloud - gitweb
LU-12542 handle: use hlist for hash lists.
[fs/lustre-release.git] / lustre / include / lustre_sec.h
index 08f74aa..ee2204f 100644 (file)
@@ -965,12 +965,8 @@ struct ptlrpc_bulk_sec_desc {
         __u8            bsd_data[0];    /* policy-specific token */
 };
 
-
-/*
- * lprocfs
- */
-struct proc_dir_entry;
-extern struct proc_dir_entry *sptlrpc_proc_root;
+extern struct dentry *sptlrpc_debugfs_dir;
+extern struct proc_dir_entry *sptlrpc_lprocfs_dir;
 
 /*
  * round size up to next power of 2, for slab allocation.