Loading fs/orangefs/namei.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -136,13 +136,11 @@ static struct dentry *orangefs_lookup(struct inode *dir, struct dentry *dentry, ORANGEFS_NAME_MAX); ORANGEFS_NAME_MAX); gossip_debug(GOSSIP_NAME_DEBUG, gossip_debug(GOSSIP_NAME_DEBUG, "%s: doing lookup on %s under %pU,%d (follow=%s)\n", "%s: doing lookup on %s under %pU,%d\n", __func__, __func__, new_op->upcall.req.lookup.d_name, new_op->upcall.req.lookup.d_name, &new_op->upcall.req.lookup.parent_refn.khandle, &new_op->upcall.req.lookup.parent_refn.khandle, new_op->upcall.req.lookup.parent_refn.fs_id, new_op->upcall.req.lookup.parent_refn.fs_id); ((new_op->upcall.req.lookup.sym_follow == ORANGEFS_LOOKUP_LINK_FOLLOW) ? "yes" : "no")); ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); Loading fs/orangefs/protocol.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -339,7 +339,6 @@ struct ORANGEFS_sys_attr_s { }; }; #define ORANGEFS_LOOKUP_LINK_NO_FOLLOW 0 #define ORANGEFS_LOOKUP_LINK_NO_FOLLOW 0 #define ORANGEFS_LOOKUP_LINK_FOLLOW 1 /* pint-dev.h ***************************************************************/ /* pint-dev.h ***************************************************************/ Loading Loading
fs/orangefs/namei.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -136,13 +136,11 @@ static struct dentry *orangefs_lookup(struct inode *dir, struct dentry *dentry, ORANGEFS_NAME_MAX); ORANGEFS_NAME_MAX); gossip_debug(GOSSIP_NAME_DEBUG, gossip_debug(GOSSIP_NAME_DEBUG, "%s: doing lookup on %s under %pU,%d (follow=%s)\n", "%s: doing lookup on %s under %pU,%d\n", __func__, __func__, new_op->upcall.req.lookup.d_name, new_op->upcall.req.lookup.d_name, &new_op->upcall.req.lookup.parent_refn.khandle, &new_op->upcall.req.lookup.parent_refn.khandle, new_op->upcall.req.lookup.parent_refn.fs_id, new_op->upcall.req.lookup.parent_refn.fs_id); ((new_op->upcall.req.lookup.sym_follow == ORANGEFS_LOOKUP_LINK_FOLLOW) ? "yes" : "no")); ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); Loading
fs/orangefs/protocol.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -339,7 +339,6 @@ struct ORANGEFS_sys_attr_s { }; }; #define ORANGEFS_LOOKUP_LINK_NO_FOLLOW 0 #define ORANGEFS_LOOKUP_LINK_NO_FOLLOW 0 #define ORANGEFS_LOOKUP_LINK_FOLLOW 1 /* pint-dev.h ***************************************************************/ /* pint-dev.h ***************************************************************/ Loading