X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Flproc_llite.c;h=f77393df03af128fc72258c8e00391b87e275125;hp=a0aea001118d960a03021440d53331f5126cf22c;hb=refs%2Fchanges%2F99%2F13299%2F3;hpb=fe486c9894aa1d2275b66b3b3b0baee69a016afa diff --git a/lustre/llite/lproc_llite.c b/lustre/llite/lproc_llite.c index a0aea00..f77393d 100644 --- a/lustre/llite/lproc_llite.c +++ b/lustre/llite/lproc_llite.c @@ -45,7 +45,7 @@ struct proc_dir_entry *proc_lustre_fs_root; -#ifdef LPROCFS +#ifdef CONFIG_PROC_FS /* /proc/lustre/llite mount point registration */ static const struct file_operations ll_rw_extents_stats_fops; static const struct file_operations ll_rw_extents_stats_pp_fops; @@ -1684,4 +1684,4 @@ static ssize_t ll_rw_offset_stats_seq_write(struct file *file, } LPROC_SEQ_FOPS(ll_rw_offset_stats); -#endif /* LPROCFS */ +#endif /* CONFIG_PROC_FS */