[TIPC]: Add error check to detect non-blocking form of connect()
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 15 Apr 2008 07:16:19 +0000 (00:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Apr 2008 07:16:19 +0000 (00:16 -0700)
commit4934c69a384ede7d0c3009098184554da2063de6
treed06f0505c484ff23f150636f6acf95a928da63fe
parent1819b83718dc3fe0aea0a2c3cd48d617e2003606
[TIPC]: Add error check to detect non-blocking form of connect()

This patch causes TIPC to return an error indication if the non-
blocking form of connect() is requested (which TIPC does not yet
support).

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c