Re: [PATCH 5/7] blk-throttle: remove asynchrnous percpu stats allocation mechanism

2015-06-25 Thread Vivek Goyal
On Tue, Jun 23, 2015 at 10:44:11PM -0400, Tejun Heo wrote: > Because percpu allocator couldn't do non-blocking allocations, > blk-throttle was forced to implement an ad-hoc asynchronous allocation > mechanism for its percpu stats for cases where blkg's (blkcg_gq's) are > allocated from an IO path

Re: [PATCH 5/7] blk-throttle: remove asynchrnous percpu stats allocation mechanism

2015-06-25 Thread Vivek Goyal
On Tue, Jun 23, 2015 at 10:44:11PM -0400, Tejun Heo wrote: Because percpu allocator couldn't do non-blocking allocations, blk-throttle was forced to implement an ad-hoc asynchronous allocation mechanism for its percpu stats for cases where blkg's (blkcg_gq's) are allocated from an IO path