diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-lk-common.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-lk-common.c b/xlators/cluster/afr/src/afr-lk-common.c index 812609819f5..083f163dd15 100644 --- a/xlators/cluster/afr/src/afr-lk-common.c +++ b/xlators/cluster/afr/src/afr-lk-common.c @@ -1319,6 +1319,7 @@ afr_nonblocking_entrylk (call_frame_t *frame, xlator_t *this)                          local->op_errno         = EINVAL;                          int_lock->lock_op_errno = EINVAL; +			afr_unlock (frame, this);                          return -1;                  } @@ -1511,6 +1512,7 @@ afr_nonblocking_inodelk (call_frame_t *frame, xlator_t *this)                          local->op_errno         = EINVAL;                          int_lock->lock_op_errno = EINVAL; +			afr_unlock (frame, this);                          ret = -1;                          goto out;                  }  | 
