]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-cleanups-improvements'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 19:06:11 +0000 (14:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 19:06:11 +0000 (14:06 -0500)
commitd4897caa172d5ce0f50ab14cc8af7ebeddd38dc9
tree5f8006781ad005be1e5592811d211b6b21425abd
parent218bbf74d35b01ecf987f05d0edc4ee4a9ccf301
parent26d55340c09f4ca8bea27ddff28b3d61a713c4fe
Merge branch 'tipc-cleanups-improvements'

Jon Maloy says:

====================
tipc: some cleanups and improvements

This series mostly contains cleanups and cosmetic code changes.
The only real functional change is in #4 and #5, where we change the
locking structure for nodes and links in order to permit full
concurrency between links working in parallel on different interfaces.
Since the groundwork for this has been done in previous commit series,
this change constitutes only the final, small step to achieve that goal.
====================

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