netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] tipc: clean up components initialization code
@ 2014-02-20  3:32 Ying Xue
  2014-02-20  3:32 ` [PATCH net 1/2] tipc: remove all enabled flags from all tipc components Ying Xue
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ying Xue @ 2014-02-20  3:32 UTC (permalink / raw)
  To: davem
  Cc: jon.maloy, Paul.Gortmaker, erik.hugne, netdev, tipc-discussion,
	wangweidong1

In this series, we will fix a regression issue involved by commit
6e967adf7(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.

Ying Xue (2):
  tipc: remove all enabled flags from all tipc components
  tipc: make bearer set up in module insertion stage

 net/tipc/bearer.c     |    7 +++-
 net/tipc/config.c     |    2 +-
 net/tipc/core.c       |  109 ++++++++++++++++++++++++++-----------------------
 net/tipc/core.h       |    1 -
 net/tipc/name_table.c |    3 --
 net/tipc/netlink.c    |    8 ----
 net/tipc/ref.c        |    3 --
 net/tipc/server.c     |    5 ---
 net/tipc/server.h     |    2 -
 net/tipc/socket.c     |    8 ----
 10 files changed, 66 insertions(+), 82 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-22  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20  3:32 [PATCH net 0/2] tipc: clean up components initialization code Ying Xue
2014-02-20  3:32 ` [PATCH net 1/2] tipc: remove all enabled flags from all tipc components Ying Xue
2014-02-20  3:32 ` [PATCH net 2/2] tipc: make bearer set up in module insertion stage Ying Xue
2014-02-22  5:01 ` [PATCH net 0/2] tipc: clean up components initialization code David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).