diff options
Diffstat (limited to 'xlators/features/locks')
| -rw-r--r-- | xlators/features/locks/src/clear.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/locks/src/clear.c b/xlators/features/locks/src/clear.c index a7b2455e33c..ad6d0893cef 100644 --- a/xlators/features/locks/src/clear.c +++ b/xlators/features/locks/src/clear.c @@ -204,6 +204,7 @@ clrlk_clear_posixlk (xlator_t *this, pl_inode_t *pl_inode, clrlk_args *args,          }          pthread_mutex_unlock (&pl_inode->mutex);          grant_blocked_locks (this, pl_inode); +        ret = 0;  out:          *blkd    = bcount;          *granted = gcount;  | 
