]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Orangefs: don't keep checking stuff in on Friday afternoon.
authorMike Marshall <hubcap@omnibond.com>
Fri, 11 Dec 2015 15:46:22 +0000 (10:46 -0500)
committerMike Marshall <hubcap@omnibond.com>
Fri, 11 Dec 2015 15:46:22 +0000 (10:46 -0500)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/namei.c

index 9f82eb37785746f5f0e2b9c653678291b0bf53b0..50bc45d0200950067508c9881ed2c8c8bae8f76d 100644 (file)
@@ -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__,