summaryrefslogtreecommitdiff
path: root/fs/orangefs/namei.c
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-12-11 10:46:22 -0500
committerMike Marshall <hubcap@omnibond.com>2015-12-11 10:46:22 -0500
commit7cec28e91d15ae6d145d8a4ef6cc5ed7c08e70bd (patch)
tree4b56efe7b9a53d272aec1902e70fd6f3e01505c3 /fs/orangefs/namei.c
parente91f1c804328ae4d46d6509791af27bfe70d917d (diff)
Orangefs: don't keep checking stuff in on Friday afternoon.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/namei.c')
-rw-r--r--fs/orangefs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/namei.c b/fs/orangefs/namei.c
index 9f82eb377857..50bc45d02009 100644
--- a/fs/orangefs/namei.c
+++ b/fs/orangefs/namei.c
@@ -113,7 +113,7 @@ static struct dentry *orangefs_lookup(struct inode *dir, struct dentry *dentry,
if (!new_op)
return ERR_PTR(-ENOMEM);
- new_op->upcall.req.lookup.sym_follow = PVFS2_LOOKUP_LINK_NO_FOLLOW;
+ new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW;
gossip_debug(GOSSIP_NAME_DEBUG, "%s:%s:%d using parent %pU\n",
__FILE__,