X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fsymlink.c;h=eabffb67908652591893c0e6ba769b255081750d;hp=232ff19ee92d91cfd225ba86ddcf51b08f18f678;hb=5900da4464d90468519964571c441382cd512232;hpb=27b78743ba61ee01b4483f82bcee3f572fee3f99 diff --git a/lustre/llite/symlink.c b/lustre/llite/symlink.c index 232ff19..eabffb6 100644 --- a/lustre/llite/symlink.c +++ b/lustre/llite/symlink.c @@ -208,11 +208,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,