diff options
author | Basavanagowda Kanur <gowda@gluster.com> | 2009-04-14 14:20:04 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-14 14:52:38 +0530 |
commit | 8b32e03f87599bd3d87ec99c5718d40ff10831ff (patch) | |
tree | 09f024d2e8971b96343f54c2e3ea1af477970c1f /xlators | |
parent | 7a4bc3fbb352396b27489b0e97327d0fc82b85d5 (diff) |
cluster/unify link() should be sent to only one subvolume.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/unify/src/unify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/unify/src/unify.c b/xlators/cluster/unify/src/unify.c index a5447035f..9fcf43ae2 100644 --- a/xlators/cluster/unify/src/unify.c +++ b/xlators/cluster/unify/src/unify.c @@ -3834,6 +3834,7 @@ unify_ns_link_cbk (call_frame_t *frame, priv->xl_array[list[index]]->fops->link, &local->loc1, &local->loc2); + break; } if (need_break) break; |