From 71d16ac16409edecd5d424b6451cd3de363fcd99 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 11 Nov 2008 07:44:28 +0000 Subject: [PATCH] Branch b1_8_gate b=17153 i=adilger, robert.read Remove 2.4 check. Author: tappro CVSooi= --- lustre/quota/quota_check.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/quota/quota_check.c b/lustre/quota/quota_check.c index edc70f3..df5bc1e 100644 --- a/lustre/quota/quota_check.c +++ b/lustre/quota/quota_check.c @@ -44,14 +44,10 @@ # include # include # include -# if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) # include # include # include # include -# else -# include -# endif #else /* __KERNEL__ */ # include #endif -- 1.8.3.1