summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/policy/changelog-policy-default.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/changelog/src/policy/changelog-policy-default.c')
-rw-r--r--xlators/features/changelog/src/policy/changelog-policy-default.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/changelog/src/policy/changelog-policy-default.c b/xlators/features/changelog/src/policy/changelog-policy-default.c
index 089bc10e4..eaa3d107f 100644
--- a/xlators/features/changelog/src/policy/changelog-policy-default.c
+++ b/xlators/features/changelog/src/policy/changelog-policy-default.c
@@ -19,6 +19,7 @@ changelog_default_policy_init (xlator_t *this,
priv->rollover_time = 15;
priv->no_gfid_hdr = _gf_false;
+ priv->lockless_update = _gf_false;
cp->cpriv = GF_CALLOC (1, sizeof (off_t),
gf_changelog_mt_fop_policy_t);