From 0a9ea9f287ceacc7ee76a53321467b9ac8ea5e35 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Mar 2004 23:57:51 +0000 Subject: [PATCH] Remove GNS changes from b1_2. --- lustre/llite/dcache.c | 4 ---- lustre/llite/namei.c | 6 ------ 2 files changed, 10 deletions(-) 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; -- 1.8.3.1