From 983ed2a1ed03af0eacd9f77313f581ee8a891e73 Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Fri, 2 Nov 2007 09:57:35 +0000
Subject: [PATCH] Branch HEAD b=13568 i=nathan i=green

Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.
---
 lustre/ChangeLog       | 1 +
 lustre/lmv/lproc_lmv.c | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 819b59ccc4..02b5ecbdb4 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -38,6 +38,7 @@ Details    : Remove 2.5.0 check from quota_check.c, quota_ctl.c,
 	     Remove 2.4 kernel check from lustre/mdt/mdt_lproc.c.
 	     Remove 2.4 kernel code from lustre/mdc/mdc_request.c.
 	     Remove 2.4 kernel check from lustre/lov/lproc_lov.c.
+	     Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.
 
 Severity   : enhancement
 Bugzilla   : 13690
diff --git a/lustre/lmv/lproc_lmv.c b/lustre/lmv/lproc_lmv.c
index 9b1615a4ba..0b33aa0afe 100644
--- a/lustre/lmv/lproc_lmv.c
+++ b/lustre/lmv/lproc_lmv.c
@@ -23,9 +23,7 @@
 
 #include <linux/version.h>
 #include <linux/seq_file.h>
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
 #include <asm/statfs.h>
-#endif
 #include <lprocfs_status.h>
 #include <obd_class.h>
 
-- 
GitLab