Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757484AbcCaS0p (ORCPT ); Thu, 31 Mar 2016 14:26:45 -0400 Received: from mail-io0-f179.google.com ([209.85.223.179]:36377 "EHLO mail-io0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756317AbcCaS0n (ORCPT ); Thu, 31 Mar 2016 14:26:43 -0400 Subject: Re: [PATCH] writeback: fix the wrong congested state variable definition To: Kaixu Xia , tj@kernel.org References: <1459430381-13947-1-git-send-email-xiakaixu@huawei.com> Cc: lizefan@huawei.com, jack@suse.cz, linux-mm@kvack.org, akpm@linux-foundation.org, mhocko@suse.com, neilb@suse.de, linux-kernel@vger.kernel.org From: Jens Axboe Message-ID: <56FD6BE0.1050802@kernel.dk> Date: Thu, 31 Mar 2016 12:26:40 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1459430381-13947-1-git-send-email-xiakaixu@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 202 Lines: 8 On 03/31/2016 07:19 AM, Kaixu Xia wrote: > The right variable definition should be wb_congested_state that > include WB_async_congested and WB_sync_congested. So fix it. Added, thanks. -- Jens Axboe