summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/unify
diff options
context:
space:
mode:
authorBasavanagowda Kanur <gowda@gluster.com>2009-04-14 14:20:04 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-14 14:52:38 +0530
commit8b32e03f87599bd3d87ec99c5718d40ff10831ff (patch)
tree09f024d2e8971b96343f54c2e3ea1af477970c1f /xlators/cluster/unify
parent7a4bc3fbb352396b27489b0e97327d0fc82b85d5 (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/cluster/unify')
-rw-r--r--xlators/cluster/unify/src/unify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/unify/src/unify.c b/xlators/cluster/unify/src/unify.c
index a5447035fa6..9fcf43ae26f 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;