diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2016-08-30 10:10:04 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2016-08-30 10:10:04 -0700 |
| commit | 18cb0eedcc22a6df7da9e106d0c8741e647e4f87 (patch) | |
| tree | 6be93a8dc6f7823467287ce273cd15fd4e06ad29 /include/linux/rcu_sync.h | |
| parent | ec5cb2fe853f9002381386513d7147ab6566c64a (diff) | |
| parent | ba52437821164deacf9af90d559f2e3f4888ff28 (diff) | |
Merge remote-tracking branch 'common/android-4.4' into android-4.4.y
Diffstat (limited to 'include/linux/rcu_sync.h')
| -rw-r--r-- | include/linux/rcu_sync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rcu_sync.h b/include/linux/rcu_sync.h index a63a33e6196e..ece7ed9a4a70 100644 --- a/include/linux/rcu_sync.h +++ b/include/linux/rcu_sync.h @@ -59,6 +59,7 @@ static inline bool rcu_sync_is_idle(struct rcu_sync *rsp) } extern void rcu_sync_init(struct rcu_sync *, enum rcu_sync_type); +extern void rcu_sync_enter_start(struct rcu_sync *); extern void rcu_sync_enter(struct rcu_sync *); extern void rcu_sync_exit(struct rcu_sync *); extern void rcu_sync_dtor(struct rcu_sync *); |
