X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flmv%2Flproc_lmv.c;h=5576798302ccb1428e084b8b1e3a19c0397e2ae1;hp=362b3c62dbba91624e494e077aa3eb1fb423c492;hb=refs%2Fchanges%2F99%2F13299%2F3;hpb=fe486c9894aa1d2275b66b3b3b0baee69a016afa diff --git a/lustre/lmv/lproc_lmv.c b/lustre/lmv/lproc_lmv.c index 362b3c6..5576798 100644 --- a/lustre/lmv/lproc_lmv.c +++ b/lustre/lmv/lproc_lmv.c @@ -44,7 +44,7 @@ #include "lmv_internal.h" -#ifndef LPROCFS +#ifndef CONFIG_PROC_FS static struct lprocfs_vars lprocfs_module_vars[] = { {0} }; static struct lprocfs_vars lprocfs_obd_vars[] = { {0} }; #else @@ -226,4 +226,4 @@ struct file_operations lmv_proc_target_fops = { .llseek = seq_lseek, .release = seq_release, }; -#endif /* LPROCFS */ +#endif /* CONFIG_PROC_FS */