diff options
Diffstat (limited to 'xlators/features/locks')
| -rw-r--r-- | xlators/features/locks/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index f03fb06e0c4..dacc2b04eed 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -1835,7 +1835,7 @@ int  pl_dump_inode (xlator_t *this)  { -        assert(this); +        GF_ASSERT (this);          if (this->itable) {                  inode_table_dump(this->itable,  | 
