diff options
| -rw-r--r-- | xlators/features/marker/src/marker.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index 06f8c966863..54a7e1a28f3 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);          }  | 
