]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
tipc: Optimize initialization of configuration service
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 26 Apr 2012 20:50:22 +0000 (16:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Apr 2012 21:19:42 +0000 (17:19 -0400)
commit861d3a0e5bbc93b79b5739cfb4ea0fb553fe9407
tree46eca3f60dfed976adbcfc97d9ff399905200878
parenta2cfd45b52006893fc0d0e850d187d30f86a39dc
tipc: Optimize initialization of configuration 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