diff options
| author | Shaohua Li <shli@fb.com> | 2017-05-01 14:09:21 -0700 |
|---|---|---|
| committer | Shaohua Li <shli@fb.com> | 2017-05-01 14:09:21 -0700 |
| commit | e265eb3a30543a237b2ebc4e0422ac82e55b07e4 (patch) | |
| tree | 5485bce4a0645e5e9b6ef4686bd390b7b2599ffb /include/linux/percpu-refcount.h | |
| parent | 85724edecbdc19f53ed4b902fc3a32e4d1b61c9b (diff) | |
| parent | b506335e5d2b4ec687dde392a3bdbf7601778f1d (diff) | |
Merge branch 'md-next' into md-linus
Diffstat (limited to 'include/linux/percpu-refcount.h')
| -rw-r--r-- | include/linux/percpu-refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h index 3a481a49546e..c13dceb87b60 100644 --- a/include/linux/percpu-refcount.h +++ b/include/linux/percpu-refcount.h @@ -99,6 +99,7 @@ int __must_check percpu_ref_init(struct percpu_ref *ref, void percpu_ref_exit(struct percpu_ref *ref); void percpu_ref_switch_to_atomic(struct percpu_ref *ref, percpu_ref_func_t *confirm_switch); +void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref); void percpu_ref_switch_to_percpu(struct percpu_ref *ref); void percpu_ref_kill_and_confirm(struct percpu_ref *ref, percpu_ref_func_t *confirm_kill); |
