From 4faa4a2b45d355094bfb6f11b04a1a364a8dc580 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 8 Jul 2008 18:12:26 +0000 Subject: [PATCH] Branch HEAD Tighten up kernel version slightly. --- lustre/include/linux/lustre_compat25.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/linux/lustre_compat25.h b/lustre/include/linux/lustre_compat25.h index c8a58f9..af535d2 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 -- 1.8.3.1