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)
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

diff --cc net/tipc/core.c
Simple merge