diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/features/locks/src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/common.c b/xlators/features/locks/src/common.c index 2c9346c0b62..d87aec229ed 100644 --- a/xlators/features/locks/src/common.c +++ b/xlators/features/locks/src/common.c @@ -56,7 +56,7 @@ pl_inode_get (xlator_t *this, inode_t *inode) int ret = 0; ret = inode_ctx_get (inode, this, - VOID(&pl_inode)); + (uint64_t *)(&pl_inode)); if (ret == 0) goto out; |
