]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: convert configuration server to use new server facility
authorYing Xue <ying.xue@windriver.com>
Mon, 17 Jun 2013 14:54:41 +0000 (10:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2013 22:53:00 +0000 (15:53 -0700)
commitc1a0d9a9c5db097b13c595214ffacbd137c90261
tree67eafce0b9ed65649be0407f800227001f3e5c54
parentf37acff7a1988b51d4d3a5ca282e938d462c7762
tipc: convert configuration server to use new server facility

As the new socket-based TIPC server infrastructure has been
introduced, we can now convert the configuration server to use
it.  Then we can take future steps to simplify the configuration
server locking policy.

Some minor reordering of initialization is done, due to the
dependency on having tipc_socket_init completed.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/config.c
net/tipc/core.c
net/tipc/socket.c