From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755166AbbCaP0b (ORCPT ); Tue, 31 Mar 2015 11:26:31 -0400 Received: from mail-qc0-f171.google.com ([209.85.216.171]:33169 "EHLO mail-qc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754583AbbCaP00 (ORCPT ); Tue, 31 Mar 2015 11:26:26 -0400 Date: Tue, 31 Mar 2015 11:26:22 -0400 From: Tejun Heo To: axboe@kernel.dk Cc: linux-kernel@vger.kernel.org, jack@suse.cz, hch@infradead.org, hannes@cmpxchg.org, linux-fsdevel@vger.kernel.org, vgoyal@redhat.com, lizefan@huawei.com, cgroups@vger.kernel.org, linux-mm@kvack.org, mhocko@suse.cz, clm@fb.com, fengguang.wu@intel.com, david@fromorbit.com, gthelen@google.com Subject: Re: [PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support Message-ID: <20150331152622.GD9974@htj.duckdns.org> References: <1427086499-15657-1-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427086499-15657-1-git-send-email-tj@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, guys. I updated all three patchsets to reflect the accumulated fixes and the mapping_congested() change pointed out by Vivek, which BTW is now inode_congested() - the whole function was a bit botched from conversion from the multi-wb dirtying support, should be fine now. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup-writeback-20150331 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup-writeback-backpressure-20150331 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup-writeback-switch-20150331 Jan, filesystem ppl, if you have any comments, please let me know; otherwise, I'll post the next version of the patchset in a couple days. Thanks. -- tejun