X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ffid%2Ffid_internal.h;h=2783dd0d68bcd30836f43af065bee7b0044ad696;hb=f843facff59226d3788d855d1d6948523ab8d944;hp=f006d81a750dd9547f6243d6a949d8f0331b2beb;hpb=6712478e79588e73e28c7ccac3afc7ac2368a4f3;p=fs%2Flustre-release.git diff --git a/lustre/fid/fid_internal.h b/lustre/fid/fid_internal.h index f006d81..2783dd0 100644 --- a/lustre/fid/fid_internal.h +++ b/lustre/fid/fid_internal.h @@ -55,9 +55,7 @@ enum { extern struct lu_context_key seq_thread_key; -# ifdef CONFIG_PROC_FS -extern struct lprocfs_vars seq_server_proc_list[]; -# endif +extern struct lprocfs_vars seq_server_debugfs_list[]; /* Store API functions. */ struct dt_device; @@ -89,10 +87,8 @@ void fid_server_mod_exit(void); int seq_client_alloc_super(struct lu_client_seq *seq, const struct lu_env *env); -# ifdef CONFIG_PROC_FS -extern struct lprocfs_vars seq_client_proc_list[]; -# endif +extern struct dentry *seq_debugfs_dir; -extern struct proc_dir_entry *seq_type_proc_dir; +extern struct lprocfs_vars seq_client_debugfs_list[]; #endif /* __FID_INTERNAL_H */