]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tipc: Optimize initialization of network topology service
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 26 Apr 2012 21:41:35 +0000 (17:41 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Apr 2012 22:15:45 +0000 (18:15 -0400)
commit2d98abb9fe132898d17b56fb4765687aff82c093
tree7240312409684efad08e556d90411ac290fb8a23
parenteb3865a99dc38396a403ef82f99f4c51dd34f0bf
tipc: Optimize initialization of network topology service

Initialization now occurs in the calling thread of control,
rather than being deferred to the TIPC tasklet.  With the
current codebase, the deferral is no longer necessary.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/core.c