From c8d47f056ef69d2a644646fd24e8f58de4c0e70e Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Wed, 15 Feb 2012 11:22:00 +0530 Subject: features/marker: copy the gfid to loc from oplocal->loc.inode Change-Id: I8cfb70c163a3c4a0bd682678f71b38b5bae20ab4 BUG: 790393 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.com/2750 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- xlators/features/marker/src/marker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index 06f8c9668..54a7e1a28 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -970,6 +970,7 @@ marker_rename_done (call_frame_t *frame, void *cookie, xlator_t *this, if (priv->feature_enabled & GF_XTIME) { //update marks on oldpath + uuid_copy (local->loc.gfid, oplocal->loc.inode->gfid); marker_xtime_update_marks (this, oplocal); marker_xtime_update_marks (this, local); } -- cgit