Re: [PATCH 1/9] percpu_ref: relocate percpu_ref_reinit()

2014-09-23 Thread Kent Overstreet
On Tue, Sep 23, 2014 at 01:55:10AM -0400, Tejun Heo wrote: > percpu_ref is gonna go through restructuring. Move > percpu_ref_reinit() after percpu_ref_kill_and_confirm(). This will > make later changes easier to follow and result in cleaner > organization. > > Signed-off-by: Tejun Heo > Cc: Ken

Re: [PATCH 1/9] percpu_ref: relocate percpu_ref_reinit()

2014-09-23 Thread Kent Overstreet
On Tue, Sep 23, 2014 at 01:55:10AM -0400, Tejun Heo wrote: > percpu_ref is gonna go through restructuring. Move > percpu_ref_reinit() after percpu_ref_kill_and_confirm(). This will > make later changes easier to follow and result in cleaner > organization. > > Signed-off-by: Tejun Heo > Cc: Ken

[PATCH 1/9] percpu_ref: relocate percpu_ref_reinit()

2014-09-22 Thread Tejun Heo
percpu_ref is gonna go through restructuring. Move percpu_ref_reinit() after percpu_ref_kill_and_confirm(). This will make later changes easier to follow and result in cleaner organization. Signed-off-by: Tejun Heo Cc: Kent Overstreet --- include/linux/percpu-refcount.h | 2 +- lib/percpu-re