commit | d36cc701b28983ea2c8d80afe68aae5452aea3bf | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 16 15:33:15 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 12:34:22 2012 -0700 |
tree | f4f225b4abf504b0f68bc27053ef2ed49f4cea62 | |
parent | 172708d002e0a2aca032b04fe6f2b8525c29244a [diff] |
rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations This commit applies the INIT_RCU_POINTER() macro to all uses of RCU_POINTER_INITIALIZER() that were all too cleverly creating gcc-style initializations. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>