From 986901ce4269479079972eda83a4ff76243a98a6 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 11 Nov 2008 07:43:20 +0000 Subject: [PATCH] Branch b1_8_gate b=17153 i=adilger, robert.read Remove 2.4 check. Author: tappro CVSooi= --- lustre/include/linux/lprocfs_status.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lustre/include/linux/lprocfs_status.h b/lustre/include/linux/lprocfs_status.h index 146ba7f..936042c 100644 --- a/lustre/include/linux/lprocfs_status.h +++ b/lustre/include/linux/lprocfs_status.h @@ -57,12 +57,7 @@ #include #include #include - -# if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) -# include -# else -# define kstatfs statfs -# endif +#include #else # define kstatfs statfs -- 1.8.3.1