From: yangsheng Date: Tue, 11 Nov 2008 07:43:28 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_140~1^26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=db1f10fa2350d12ae7bce38319360ce705ae60de;p=fs%2Flustre-release.git Branch b1_8_gate b=17153 i=adilger, robert.read Remove 2.4 check. Author: tappro CVSooi= --- diff --git a/lustre/include/linux/lustre_lite.h b/lustre/include/linux/lustre_lite.h index a904932..1857aac 100644 --- a/lustre/include/linux/lustre_lite.h +++ b/lustre/include/linux/lustre_lite.h @@ -45,9 +45,7 @@ #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) #include -#endif #include #include @@ -112,12 +110,7 @@ enum { LPROC_LL_TRUNC, LPROC_LL_LOCKLESS_TRUNC, LPROC_LL_FLOCK, - -#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0)) LPROC_LL_GETATTR, -#else - LPROC_LL_REVALIDATE, -#endif LPROC_LL_STAFS, LPROC_LL_ALLOC_INODE, LPROC_LL_SETXATTR,