diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 09edcfdf4b4584e8d3a26a5f09e5899641c38c68..819b59ccc4c28bd6c8ce59f4fca59c809cb65038 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -37,6 +37,7 @@ Details : Remove 2.5.0 check from quota_check.c, quota_ctl.c, Remove 2.4 kernel code from lustre/mgc/mgc_request.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. Severity : enhancement Bugzilla : 13690 diff --git a/lustre/lov/lproc_lov.c b/lustre/lov/lproc_lov.c index 6e41caf2b96a62baa73ba1b55843097edf2139ee..0fa460bf433933394e4991710a1151d12893f9a7 100644 --- a/lustre/lov/lproc_lov.c +++ b/lustre/lov/lproc_lov.c @@ -25,9 +25,7 @@ #define DEBUG_SUBSYSTEM S_CLASS #include <linux/version.h> -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) #include <asm/statfs.h> -#endif #include <lprocfs_status.h> #include <obd_class.h> #include <linux/seq_file.h>