projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a59240
)
rcu: Fix srcu_barrier() docbook header
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 9 Oct 2013 15:09:29 +0000
(08:09 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 3 Dec 2013 18:10:19 +0000
(10:10 -0800)
The srcu_barrier() docbook header left out the "sp" argument, so this
commit adds that argument's docbook text.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/srcu.c
patch
|
blob
|
history
diff --git
a/kernel/rcu/srcu.c
b/kernel/rcu/srcu.c
index 01d5ccb8bfe3d96cf3cba70d217a8bddf0ff5f8a..0f0c63111f20e67bb88ec2d5580a3e7b10707709 100644
(file)
--- a/
kernel/rcu/srcu.c
+++ b/
kernel/rcu/srcu.c
@@
-491,6
+491,7
@@
EXPORT_SYMBOL_GPL(synchronize_srcu_expedited);
/**
* srcu_barrier - Wait until all in-flight call_srcu() callbacks complete.
+ * @sp: srcu_struct on which to wait for in-flight callbacks.
*/
void srcu_barrier(struct srcu_struct *sp)
{