Whamcloud - gitweb
Branch HEAD
authoryangsheng <yangsheng>
Fri, 2 Nov 2007 09:57:35 +0000 (09:57 +0000)
committeryangsheng <yangsheng>
Fri, 2 Nov 2007 09:57:35 +0000 (09:57 +0000)
b=13568
i=nathan
i=green

Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.

lustre/ChangeLog
lustre/lmv/lproc_lmv.c

index 819b59c..02b5ecb 100644 (file)
@@ -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
index 9b1615a..0b33aa0 100644 (file)
@@ -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>