Skip to content
Snippets Groups Projects
Commit 71ad7893 authored by Nic Henke's avatar Nic Henke
Browse files

b=2790

r=phil

revert global namespace changes
parent c1032636
No related branches found
No related tags found
No related merge requests found
...@@ -194,12 +194,7 @@ void ll_frob_intent(struct lookup_intent **itp, struct lookup_intent *deft) ...@@ -194,12 +194,7 @@ void ll_frob_intent(struct lookup_intent **itp, struct lookup_intent *deft)
it->it_op_release = ll_intent_release; 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) 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; int rc;
struct ll_fid pfid, cfid; struct ll_fid pfid, cfid;
......
...@@ -320,14 +320,8 @@ static int lookup_it_finish(struct ptlrpc_request *request, int offset, ...@@ -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, static struct dentry *ll_lookup_it(struct inode *parent, struct dentry *dentry,
struct lookup_intent *it, int flags) 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 dentry *save = dentry, *retval;
struct ll_fid pfid; struct ll_fid pfid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment