diff options
Diffstat (limited to 'xlators/features/changetimerecorder')
-rw-r--r-- | xlators/features/changetimerecorder/src/ctr-xlator-ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c b/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c index b4afe74a31b..b6b66d56731 100644 --- a/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c +++ b/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c @@ -295,7 +295,7 @@ init_ctr_xlator_ctx(xlator_t *this, inode_t *inode) "Failed init lock %s", strerror(ret)); goto out; } - _addr = (uint64_t)ctr_xlator_ctx; + _addr = (uint64_t)(uintptr_t)ctr_xlator_ctx; ret = __inode_ctx_set(inode, this, &_addr); if (ret) { |