From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:54292 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752221AbeA3CU7 (ORCPT ); Mon, 29 Jan 2018 21:20:59 -0500 Subject: Re: [PATCH v4 05/13] bcache: stop dc->writeback_rate_update properly To: tang.junhui@zte.com.cn Cc: mlyle@lyle.org, linux-bcache@vger.kernel.org, linux-block@vger.kernel.org References: <1517277425-3641-1-git-send-email-tang.junhui@zte.com.cn> From: Coly Li Message-ID: Date: Tue, 30 Jan 2018 10:20:46 +0800 MIME-Version: 1.0 In-Reply-To: <1517277425-3641-1-git-send-email-tang.junhui@zte.com.cn> Content-Type: text/plain; charset=utf-8 Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On 30/01/2018 9:57 AM, tang.junhui@zte.com.cn wrote: > From: Tang Junhui > > Hello Coly: > > OK, I got your point now. > Thanks for your patience. > > And there is a small issue I hope to be modified: > +#define BCACHE_DEV_WB_RUNNING 4 > +#define BCACHE_DEV_RATE_DW_RUNNING 8 > Would be OK just as: > +#define BCACHE_DEV_WB_RUNNING 3 > +#define BCACHE_DEV_RATE_DW_RUNNING 4 > > Reviewed-by: Tang Junhui > Hi Junhui, I will fix that in v5 patch. Thanks for your review :-) Coly Li [snip]