OSDN Git Service

tipc: Eliminate unnecessary locking when starting topology service
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 18 Jan 2011 18:58:27 +0000 (13:58 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Feb 2011 23:05:13 +0000 (18:05 -0500)
commit9f54b545bd62a42ec354727d90eacadc5846406b
tree275c8a726f962ce90df0acf10dc619ff468781f2
parent01d83eddc55c138cbb24a5917d5271c0b24956a1
tipc: Eliminate unnecessary locking when starting topology service

Modifies the initialization code for TIPC's topology service to
avoid taking the spinlock protecting the subscriber list, since
there is no need to do this.

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