From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 31 Aug 2018 11:49:41 -0400 From: Josef Bacik To: Dennis Zhou Cc: Jens Axboe , Tejun Heo , 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 13/15] blkcg: change blkg reference counting to use percpu_ref Message-ID: <20180831154939.sb24oz7ekxcwkkfd@destiny> References: <20180831015356.69796-1-dennisszhou@gmail.com> <20180831015356.69796-14-dennisszhou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180831015356.69796-14-dennisszhou@gmail.com> List-ID: On Thu, Aug 30, 2018 at 09:53:54PM -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 Reviewed-by: Josef Bacik Thanks, Josef