From 8b32e03f87599bd3d87ec99c5718d40ff10831ff Mon Sep 17 00:00:00 2001 From: Basavanagowda Kanur Date: Tue, 14 Apr 2009 14:20:04 +0530 Subject: cluster/unify link() should be sent to only one subvolume. Signed-off-by: Anand V. Avati --- xlators/cluster/unify/src/unify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/unify/src/unify.c') 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; -- cgit