From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 31 Aug 2018 11:50:17 -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 14/15] blkcg: rename blkg_try_get to blkg_tryget Message-ID: <20180831155016.2u5erpni5omhcncr@destiny> References: <20180831015356.69796-1-dennisszhou@gmail.com> <20180831015356.69796-15-dennisszhou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180831015356.69796-15-dennisszhou@gmail.com> List-ID: On Thu, Aug 30, 2018 at 09:53:55PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > blkg reference counting now uses percpu_ref rather than atomic_t. Let's > make this consistent with css_tryget. This renames blkg_try_get to > blkg_tryget and now returns a bool rather than the blkg or NULL. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Thanks, Josef