From 2f2438a92f4986ec1f057dd98c8e01114a5975d9 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 11 Nov 2008 07:43:55 +0000 Subject: [PATCH] Branch b1_8_gate b=17153 i=adilger, robert.read Remove 2.4 check. Author: tappro CVSooi= --- lustre/llite/symlink.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/llite/symlink.c b/lustre/llite/symlink.c index 6c86ed1..28089fd 100644 --- a/lustre/llite/symlink.c +++ b/lustre/llite/symlink.c @@ -235,11 +235,7 @@ struct inode_operations ll_fast_symlink_inode_operations = { #ifdef HAVE_COOKIE_FOLLOW_LINK .put_link = ll_put_link, #endif -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)) - .revalidate_it = ll_inode_revalidate_it, -#else .getattr = ll_getattr, -#endif .permission = ll_inode_permission, .setxattr = ll_setxattr, .getxattr = ll_getxattr, -- 1.8.3.1