1
0
Fork 0
alistair23-linux/include/net/tipc
Allan Stephens 0c3141e910 [TIPC]: Overhaul of socket locking logic
This patch modifies TIPC's socket code to follow the same approach
used by other protocols.  This change eliminates the need for a
mutex in the TIPC-specific portion of the socket protocol data
structure -- in its place, the standard Linux socket backlog queue
and associated locking routines are utilized.  These changes fix
a long-standing receive queue bug on SMP systems, and also enable
individual read and write threads to utilize a socket without
unnecessarily interfering with each other.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-15 00:22:02 -07:00
..
tipc.h [TIPC] More updates of file headers 2006-01-12 14:06:39 -08:00
tipc_bearer.h [TIPC]: Eliminate "sparse" symbol warnings 2008-03-06 15:06:06 -08:00
tipc_msg.h [TIPC]: Kill unused static inline (x5) 2008-02-07 18:17:13 -08:00
tipc_port.h [TIPC]: Overhaul of socket locking logic 2008-04-15 00:22:02 -07:00