diff options
author | Ravishankar N <ravishankar@redhat.com> | 2019-07-30 17:05:22 +0530 |
---|---|---|
committer | Rinku Kothiya <rkothiya@redhat.com> | 2019-08-21 11:45:24 +0000 |
commit | 044c66460560ee06968a3ff5801191c70fd5e628 (patch) | |
tree | a4b1ecea6c3d204f8b996bb84271900487b08c54 /xlators | |
parent | 175b796d08ade751ed4929661f246f33d9bf420f (diff) |
afr: restore timestamp of parent dir during entry-heal
Fixes: bz#1741041
Change-Id: I29e338bac62104233a6f80212df8d0fb016affda
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
(cherry picked from commit 8e9c53ebf16705b9a1db2fc486dc24a5cb244ddd)
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index e07b521e0eb..35b600f4f45 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -1032,6 +1032,8 @@ unlock: goto postop_unlock; } + afr_selfheal_restore_time(frame, this, fd->inode, source, healed_sinks, + locked_replies); ret = afr_selfheal_undo_pending( frame, this, fd->inode, sources, sinks, healed_sinks, undid_pending, AFR_ENTRY_TRANSACTION, locked_replies, postop_lock); |