Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
rcu: fix synchronize_rcu() so that kernel-doc works

+1
+1
kernel/rcupdate.c
··· 77 77 * sections are delimited by rcu_read_lock() and rcu_read_unlock(), 78 78 * and may be nested. 79 79 */ 80 + void synchronize_rcu(void); /* Makes kernel-doc tools happy */ 80 81 synchronize_rcu_xxx(synchronize_rcu, call_rcu) 81 82 EXPORT_SYMBOL_GPL(synchronize_rcu); 82 83