summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/changetimerecorder/src/ctr-helper.h3
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 e833c872881..bee143293b3 100644
--- a/xlators/features/changetimerecorder/src/ctr-helper.h
+++ b/xlators/features/changetimerecorder/src/ctr-helper.h
@@ -260,7 +260,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)
/*