srcu: Credit Lai Jiangshan with SRCU rewrite
Lai Jiangshan rewrote SRCU, so this commit ensures that he gets his proper share of blame^Wcredit. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
6f0c0580b7
commit
4e87b2d7e8
|
@ -16,8 +16,10 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2006
|
* Copyright (C) IBM Corporation, 2006
|
||||||
|
* Copyright (C) Fujitsu, 2012
|
||||||
*
|
*
|
||||||
* Author: Paul McKenney <paulmck@us.ibm.com>
|
* Author: Paul McKenney <paulmck@us.ibm.com>
|
||||||
|
* Lai Jiangshan <laijs@cn.fujitsu.com>
|
||||||
*
|
*
|
||||||
* For detailed explanation of Read-Copy Update mechanism see -
|
* For detailed explanation of Read-Copy Update mechanism see -
|
||||||
* Documentation/RCU/ *.txt
|
* Documentation/RCU/ *.txt
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2006
|
* Copyright (C) IBM Corporation, 2006
|
||||||
|
* Copyright (C) Fujitsu, 2012
|
||||||
*
|
*
|
||||||
* Author: Paul McKenney <paulmck@us.ibm.com>
|
* Author: Paul McKenney <paulmck@us.ibm.com>
|
||||||
|
* Lai Jiangshan <laijs@cn.fujitsu.com>
|
||||||
*
|
*
|
||||||
* For detailed explanation of Read-Copy Update mechanism see -
|
* For detailed explanation of Read-Copy Update mechanism see -
|
||||||
* Documentation/RCU/ *.txt
|
* Documentation/RCU/ *.txt
|
||||||
|
|
Loading…
Reference in New Issue