diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-lk-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-lk-common.c b/xlators/cluster/afr/src/afr-lk-common.c index d2f7579fc42..a134cd0df94 100644 --- a/xlators/cluster/afr/src/afr-lk-common.c +++ b/xlators/cluster/afr/src/afr-lk-common.c @@ -1275,7 +1275,7 @@ afr_nonblocking_entrylk (call_frame_t *frame, xlator_t *this)                                                     priv->children[i],                                                     priv->children[i]->fops->entrylk,                                                     this->name, loc, basename, -                                                   ENTRYLK_LOCK, ENTRYLK_WRLCK); +                                                   ENTRYLK_LOCK_NB, ENTRYLK_WRLCK);                                  if (!--call_count)                                          break;  | 
