From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753124AbbGBDCX (ORCPT ); Wed, 1 Jul 2015 23:02:23 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:33730 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752640AbbGBDCQ (ORCPT ); Wed, 1 Jul 2015 23:02:16 -0400 Subject: Re: [PATCH 2/2 block/for-linus] writeback: don't drain bdi_writeback_congested on bdi destruction To: Tejun Heo , Jens Axboe References: <20150702005253.GA26440@mtj.duckdns.org> <20150702005337.GB26440@mtj.duckdns.org> Cc: linux-kernel@vger.kernel.org From: Jon Christopherson Message-ID: <5594A9B6.2050100@jons.org> Date: Wed, 1 Jul 2015 22:02:14 -0500 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150702005337.GB26440@mtj.duckdns.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/01/2015 07:53 PM, Tejun Heo wrote: > 52ebea749aae ("writeback: make backing_dev_info host cgroup-specific > bdi_writebacks") made bdi (backing_dev_info) host per-cgroup wb's > (bdi_writeback's). As the congested state needs to be per-wb and > referenced from blkcg side and multiple wbs, the patch made all > non-root cong's (bdi_writeback_congested's) reference counted and > indexed on bdi. > Thanks Tejun, I have applied your patches and no longer see the behavior mentioned in the bug report. All is well! -Jon