tipc: eliminate connection setup for implied connect in recv_msg()
authorYing Xue <ying.xue@windriver.com>
Thu, 29 Nov 2012 08:28:30 +0000 (16:28 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 7 Dec 2012 22:23:22 +0000 (17:23 -0500)
commitcbab368790f23bc917d97fcf7a338c5ba5336ee0
tree3aa28343e549d30135fd39202c41fa7e85e70b8e
parent584d24b3960e4c877fc623214815f278708f127c
tipc: eliminate connection setup for implied connect in recv_msg()

As connection setup is now completed asynchronously in BH context,
in the function filter_connect(), the corresponding code in recv_msg()
becomes redundant.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/socket.c