diff options
Diffstat (limited to 'xlators/cluster/afr/src')
| -rw-r--r-- | xlators/cluster/afr/src/afr-lk-common.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/cluster/afr/src/afr-lk-common.c b/xlators/cluster/afr/src/afr-lk-common.c index 65cfaf0638f..eb4dbdbf5be 100644 --- a/xlators/cluster/afr/src/afr-lk-common.c +++ b/xlators/cluster/afr/src/afr-lk-common.c @@ -934,8 +934,6 @@ afr_lock_blocking (call_frame_t *frame, xlator_t *this, int child_index)                          local->op_ret           = -1;                          int_lock->lock_op_ret   = -1; -                        local->op_errno         = EINVAL; -                        int_lock->lock_op_errno = EINVAL;                          afr_copy_locked_nodes (frame, this); @@ -969,8 +967,6 @@ afr_lock_blocking (call_frame_t *frame, xlator_t *this, int child_index)  		local->op_ret           = -1;                  int_lock->lock_op_ret   = -1; -		local->op_errno         = EAGAIN; -                int_lock->lock_op_errno = EAGAIN;                  afr_copy_locked_nodes (frame, this);  | 
