commit | d3fbccf2b01f8262faa1479712be6a55c626bdef | [log] [tgz] |
---|---|---|
author | wangweidong <wangweidong1@huawei.com> | Thu Dec 12 09:36:42 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 16 12:48:35 2013 -0500 |
tree | 4f46ab8e4e49db33fcb9a95a7381c2aa4f37a8f2 | |
parent | 776a74ce07a6e325fcfc04e272389947b1281159 [diff] |
tipc: change lock_sock order in connect() Instead of reaquiring the socket lock and taking the normal exit path when a connection times out, we bail out early with a return -ETIMEDOUT. Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>