commit | b5482a06593c851028b5dc061f9c8882bcc20008 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 23 14:48:33 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 20 16:12:26 2018 -0800 |
tree | 021102961c438578ace85d20bf58a3c152fddcf9 | |
parent | a32e01ee689794a26bdfdbaa7e8c334576cee36c [diff] |
rcu: Fix init_rcu_head() comment. The current (and implicit) comment header for init_rcu_head() and destroy_rcu_head() incorrectly says that they are not needed for statically allocated rcu_head structures. This commit therefore fixes this comment. Reported-by: Bart Van Assche <Bart.VanAssche@wdc.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>