REVIEW: http://review.gluster.org/14938 (xlator/trash : append '/' at the end in trash_notify_lookup_cbk) posted (#1) for review on master by jiffin tony Thottan (jthottan)
REVIEW: http://review.gluster.org/14938 (xlator/trash : append '/' at the end in trash_notify_lookup_cbk) posted (#2) for review on master by jiffin tony Thottan (jthottan)
COMMIT: http://review.gluster.org/14938 committed in master by Jeff Darcy (jdarcy) ------ commit d90307c1b0245e0e6a39044a28819cde520a100c Author: Jiffin Tony Thottan <jthottan> Date: Mon Jul 18 11:12:43 2016 +0530 xlator/trash : append '/' at the end in trash_notify_lookup_cbk In the notify function in trash xlator, a lookup is performed to obtain path of old trash directory. The result usually contains path without '/' at the end. The trash xlator maintains expects '/' at the end for the values such as 'old trash dir' and 'new trash dir'. Otherwise certian checks in the code will fail. Change-Id: I89e02e4b249314fb6536297f959865feee182c83 BUG: 1357397 Signed-off-by: Jiffin Tony Thottan <jthottan> Reviewed-on: http://review.gluster.org/14938 Smoke: Gluster Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Anoop C S <anoopcs> NetBSD-regression: NetBSD Build System <jenkins.org> Reviewed-by: Jeff Darcy <jdarcy>