]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:18:41 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:18:41 +0000 (11:18 -0700)
commit5dadcf4d6d6a36df5c3255bf737058e7a5a6e4ac
treedd7368248aaf26d2476a54a345ede9f0db44eeb9
parentea2bfae4821060bdef076b4a07f0d959a62599c8
parent71e3957b7eba6de4a69e841951111e40c9bc3d19
Merge branch 'tipc-next'

Jon Maloy says:

====================
tipc: Merge port and socket layer code

After the removal of the TIPC native interface, there is no reason to
keep a distinction between a "generic" port layer and a "specific"
socket layer in the code. Throughout the last months, we have posted
several series that aimed at facilitating removal of the port layer,
and in particular the port_lock spinlock, which in reality duplicates
the role normally kept by lock_sock()/bh_lock_sock().

In this series, we finalize this work, by making a significant number of
changes to the link, node, port and socket code, all with the aim of
reducing dependencies between the layers. In the final commits, we then
remove the port spinlock, port.c and port.h altogether.

After this series, we have a socket layer that has only few dependencies
to the rest of the stack, so that it should be possible to continue
cleanups of its code without significantly affecting other code.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>