Re: [PATCH 4/9] percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch

2014-09-23 Thread Kent Overstreet
On Tue, Sep 23, 2014 at 01:55:13AM -0400, Tejun Heo wrote: > percpu_ref will be restructured so that percpu/atomic mode switching > and reference killing are dedoupled. In preparation, do the following > renames. > > * percpu_ref->confirm_kill-> percpu_ref->confirm_switch > *

Re: [PATCH 4/9] percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch

2014-09-23 Thread Kent Overstreet
On Tue, Sep 23, 2014 at 01:55:13AM -0400, Tejun Heo wrote: percpu_ref will be restructured so that percpu/atomic mode switching and reference killing are dedoupled. In preparation, do the following renames. * percpu_ref-confirm_kill- percpu_ref-confirm_switch * __PERCPU_REF_DEAD

[PATCH 4/9] percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch

2014-09-22 Thread Tejun Heo
percpu_ref will be restructured so that percpu/atomic mode switching and reference killing are dedoupled. In preparation, do the following renames. * percpu_ref->confirm_kill -> percpu_ref->confirm_switch * __PERCPU_REF_DEAD -> __PERCPU_REF_ATOMIC * __percpu_ref_alive()

[PATCH 4/9] percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch

2014-09-22 Thread Tejun Heo
percpu_ref will be restructured so that percpu/atomic mode switching and reference killing are dedoupled. In preparation, do the following renames. * percpu_ref-confirm_kill - percpu_ref-confirm_switch * __PERCPU_REF_DEAD - __PERCPU_REF_ATOMIC * __percpu_ref_alive() -