]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Sat, 22 Feb 2014 05:00:20 +0000 (00:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Feb 2014 05:00:20 +0000 (00:00 -0500)
commitfcc3a567523957c3262aeab2ddf553a1f004b419
treef79e78be18af6890b71aa833161b6ca4cc4576b3
parenta7f79a1df698e602a7e712dba64f7bcbf585311e
parent28cc5261f6db5917dedf76e39f25cc5044da4ac7
Merge branch 'tipc'

Ying Xue says:

====================
tipc: clean up components initialization code

In this series, we will fix a regression issue involved by commit
8cdba45f4(tipc: relocate common functions from media to bearer)
But before the issue is fixed, we firstly adjust the process of
components initialization so as to remove all enabled flags from
necessary tipc components. Otherwise, without the change, we also
have to add an extra enabled flag into bearer layer indicating
whether bearer setup is finshed or not.
====================

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