From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Sender: Tejun Heo Date: Fri, 7 Sep 2018 10:59:12 -0700 From: Tejun Heo To: Dennis Zhou Cc: Jens Axboe , Johannes Weiner , Josef Bacik , kernel-team@fb.com, linux-block@vger.kernel.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref Message-ID: <20180907175912.GD1100574@devbig004.ftw2.facebook.com> References: <20180906211045.29055-1-dennisszhou@gmail.com> <20180906211045.29055-12-dennisszhou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180906211045.29055-12-dennisszhou@gmail.com> List-ID: On Thu, Sep 06, 2018 at 05:10:44PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > Now that every bio is associated with a blkg, this puts the use of > blkg_get, blkg_try_get, and blkg_put on the hot path. This switches over > the refcnt in blkg to use percpu_ref. > > Signed-off-by: Dennis Zhou Acked-by: Tejun Heo Thanks. -- tejun