]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7b02e9862931097c80a9f9fb43e6771ad5c0f313
treed06f0505c484ff23f150636f6acf95a928da63fe
parent8765627c87276ce65d601bbbf1b2fc3961afb251
[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