]> 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)
commit8f7d97de07e9e96337c1c1fe49f2c5c0e2492f3f
tree1d01a4365c6cb35c01ef6a2ce36af019de1571be
parentdf59448278c457c53268885d1f70672d4c18219a
parentb63cdff431cdc3fa564cf526b7219a836fd7e0c3
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>