From: Trond Myklebust Date: Wed, 17 Jun 2009 20:22:57 +0000 (-0700) Subject: SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket() X-Git-Tag: v2.6.31-rc1~58^2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b5ed73bcd0f21e008b6e303a02c8b7cb1199f4;p=pandora-kernel.git SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket() In the case of -EADDRNOTAVAIL and/or unhandled connection errors, we want to get rid of the existing socket and retry immediately, just as the comment says. Currently we end up sleeping for a minute, due to the missing "break" statement. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed