diff --git a/lustre/include/linux/lustre_compat25.h b/lustre/include/linux/lustre_compat25.h index c8a58f924f6c37ba64eb21f5c7301677921acb00..af535d2fdd6fec2f8cc7bc736d4677e7740d12c3 100644 --- a/lustre/include/linux/lustre_compat25.h +++ b/lustre/include/linux/lustre_compat25.h @@ -25,8 +25,8 @@ #ifdef __KERNEL__ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,5) -#error Sorry, Lustre requires at Linux kernel version 2.6.5 or later +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9) +#error sorry, lustre requires at least linux kernel 2.6.9 or later #endif #include <libcfs/linux/portals_compat25.h>