From: adilger Date: Fri, 19 Mar 2004 23:57:51 +0000 (+0000) Subject: Remove GNS changes from b1_2. X-Git-Tag: v1_8_0_110~486^6~52 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0a9ea9f287ceacc7ee76a53321467b9ac8ea5e35;p=fs%2Flustre-release.git Remove GNS changes from b1_2. --- diff --git a/lustre/llite/dcache.c b/lustre/llite/dcache.c index 94dc98d..5f70814 100644 --- a/lustre/llite/dcache.c +++ b/lustre/llite/dcache.c @@ -194,12 +194,8 @@ void ll_frob_intent(struct lookup_intent **itp, struct lookup_intent *deft) it->it_op_release = ll_intent_release; } -#if (LUSTRE_KERNEL_VERSION < 33) -int ll_revalidate_it(struct dentry *de, int flags, struct lookup_intent *it) -#else int ll_revalidate_it(struct dentry *de, int flags, struct nameidata *nd, struct lookup_intent *it) -#endif { int rc; struct ll_fid pfid, cfid; diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 5784eb8..258c3b8 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -320,14 +320,8 @@ static int lookup_it_finish(struct ptlrpc_request *request, int offset, } -#if (LUSTRE_KERNEL_VERSION < 33) static struct dentry *ll_lookup_it(struct inode *parent, struct dentry *dentry, struct lookup_intent *it, int flags) -#else -static struct dentry *ll_lookup_it(struct inode *parent, struct dentry *dentry, - struct nameidata *nd, - struct lookup_intent *it, int flags) -#endif { struct dentry *save = dentry, *retval; struct ll_fid pfid;