]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Mar 2014 19:53:54 +0000 (15:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Mar 2014 19:53:54 +0000 (15:53 -0400)
commitbdc8e7aec106f2c6c9aa659a9e5d67c54056ab78
treeb8210cd9a14a3fc205ca254d33de80bf185f2a0c
parentc7dc057e30ce848af84a564305b458af83fbf824
parenta1bcf9db2cf06fe3f39baa8cba1b09c4b774ed08
Merge branch 'tipc'

Jon Maloy says:

====================
tipc: simplifications in socket and port layer

After the removal of the tipc native API the relation between
tipc_port and its API types is strictly one-to-one, i.e, the latter
can now only be a socket API. This change opens up for
simplifications both in the code, data and locking structure.

We start with this series, where we ensure that port and socket
structures are co-allocated. Note that the first commit in the
series is unrelated to the above.
====================

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