From: Philipp Reisner Date: Wed, 1 Aug 2012 09:41:01 +0000 (+0200) Subject: drbd: Try to connec to peer only once per cycle X-Git-Tag: v3.8-rc1~78^2~18^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f14951c044198306f098e76c56a944cf88867a;p=pandora-kernel.git drbd: Try to connec to peer only once per cycle Since now our listening socket is open all the time we will get connection tries of the peer always in. No need to try it three times. This is valid when connecting to older peers as well, it simply increases the probability that the new version DRBD will accept a connection instead that it will establish one. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed