diff --git a/lustre/obdclass/linux/linux-module.c b/lustre/obdclass/linux/linux-module.c index 14125890634d243285813d5cbbc1d8244aedf6d7..d90b5113f647afddcaf8b8f7a613cda54c15ba34 100644 --- a/lustre/obdclass/linux/linux-module.c +++ b/lustre/obdclass/linux/linux-module.c @@ -222,7 +222,7 @@ int obd_proc_read_version(char *page, char **start, off_t off, int count, int *eof, void *data) { *eof = 1; -#ifdef LUSTRE_KERNEL_VERSION +#ifdef HAVE_VFS_INTENT_PATCHES return snprintf(page, count, "lustre: %s\nkernel: %u\nbuild: %s\n", LUSTRE_VERSION_STRING, LUSTRE_KERNEL_VERSION, BUILD_VERSION);