rcu: Remove needless initialization
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 16 Jun 2012 01:22:05 +0000 (18:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2012 19:33:22 +0000 (12:33 -0700)
commitcfed0a85dad921c683e9c0d25b072bcc5745ede0
treee318ff5559bd38ccd715aeff17085f9b3e3068cb
parent7be7f0be907224445acc62b3884c892f38b7ff40
rcu: Remove needless initialization

For global variables, C defaults all fields to zero.  The initialization
of the rcu_state structure's ->n_force_qs and ->n_force_qs_ngp fields
is therefore redundant, so this commit removes these initializations.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c