From ba96eb27e8c74f4806e1ebfd2ba5b6d7acb56423 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 11 Nov 2008 07:44:27 +0000 Subject: [PATCH] Branch b1_8_gate b=17153 i=adilger, robert.read Remove 2.4 check. Author: tappro CVSooi= --- lustre/quota/quota_adjust_qunit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/quota/quota_adjust_qunit.c b/lustre/quota/quota_adjust_qunit.c index 2cf0639..952eee5 100644 --- a/lustre/quota/quota_adjust_qunit.c +++ b/lustre/quota/quota_adjust_qunit.c @@ -45,14 +45,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