]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2015 20:27:13 +0000 (16:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2015 20:27:13 +0000 (16:27 -0400)
commitff3f238471b12a6fdd14512d0f2b1a1e78a5e462
tree1d01a4365c6cb35c01ef6a2ce36af019de1571be
parenteb3ccd55fc1638c6ab9b8fec9f5ff621db36425c
parent7c021f156964b7d4a60c82e7e02de7e07b696180
Merge branch 'tipc-next'

Jon Maloy says:

====================
tipc: remove some unnecessary complexity

The TIPC code is unnecessarily complex in some places, often because
the conditions or assumptions that were the cause for the complexity
are not valid anymore.

In these three commits, we eliminate some cases of such redundant
complexity.
====================

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