diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2009-10-25 19:03:51 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-26 09:40:30 +0100 |
commit | 0cd397d33608ae6c97d2ee6c8c43462b419b7e26 (patch) | |
tree | 7c6ac61e7d8cc9cf410251024f1a6e515987b478 /include/rdma | |
parent | 9b1d82fa1611706fa7ee1505f290160a18caf95d (diff) | |
download | op-kernel-dev-0cd397d33608ae6c97d2ee6c8c43462b419b7e26.zip op-kernel-dev-0cd397d33608ae6c97d2ee6c8c43462b419b7e26.tar.gz |
rcu: Add synchronize_srcu_expedited()
This patch creates a synchronize_srcu_expedited() that uses
synchronize_sched_expedited() where synchronize_srcu()
uses synchronize_sched(). The synchronize_srcu() and
synchronize_srcu_expedited() functions become one-liners that
pass synchronize_sched() or synchronize_sched_expedited(),
repectively, to a new __synchronize_srcu() function.
While in the file, move the EXPORT_SYMBOL_GPL()s to immediately
follow the corresponding functions.
Requested-by: Avi Kivity <avi@redhat.com>
Tested-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: dipankar@in.ibm.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
Cc: avi@redhat.com
LKML-Reference: <12565226354038-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/rdma')
0 files changed, 0 insertions, 0 deletions