diff options
Diffstat (limited to 'xlators/features/locks/src/posix.c')
-rw-r--r-- | xlators/features/locks/src/posix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 7389e1e6afd..71098be5e13 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -811,8 +811,7 @@ pl_dump_inode (xlator_t *this) if (this->itable) { inode_table_dump(this->itable, - "xlator.features.locks.inode_table", - pl_dump_inode_priv); + "xlator.features.locks.inode_table"); } return 0; |