diff options
-rw-r--r-- | xlators/features/changetimerecorder/src/ctr-helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/features/changetimerecorder/src/ctr-helper.h b/xlators/features/changetimerecorder/src/ctr-helper.h index 1cdf3200cf3..5599bdd428b 100644 --- a/xlators/features/changetimerecorder/src/ctr-helper.h +++ b/xlators/features/changetimerecorder/src/ctr-helper.h @@ -255,7 +255,8 @@ do {\ * If a bitrot fop * */ #define BITROT_FOP(frame)\ - (frame->root->pid == GF_CLIENT_PID_BITD) + (frame->root->pid == GF_CLIENT_PID_BITD ||\ + frame->root->pid == GF_CLIENT_PID_SCRUB) /* |