From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 31 Aug 2018 11:45:29 -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 09/15] blkcg: associate writeback bios with a blkg Message-ID: <20180831154528.y4x67cr7lr5bi4bf@destiny> References: <20180831015356.69796-1-dennisszhou@gmail.com> <20180831015356.69796-10-dennisszhou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180831015356.69796-10-dennisszhou@gmail.com> List-ID: On Thu, Aug 30, 2018 at 09:53:50PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > One of the goals of this series is to remove a separate reference to > the css of the bio. This can and should be accessed via bio_blkcg. In > this patch, the wbc_init_bio call is changed such that it must be called > after a queue has been associated with the bio. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Thanks, Josef