From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6634C4332F for ; Mon, 17 Oct 2022 02:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229702AbiJQCG6 (ORCPT ); Sun, 16 Oct 2022 22:06:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229866AbiJQCG5 (ORCPT ); Sun, 16 Oct 2022 22:06:57 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8560141D16; Sun, 16 Oct 2022 19:06:56 -0700 (PDT) Received: from kwepemi500016.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4MrKxd60MCzmVNq; Mon, 17 Oct 2022 10:02:13 +0800 (CST) Received: from [10.174.178.129] (10.174.178.129) by kwepemi500016.china.huawei.com (7.221.188.220) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Mon, 17 Oct 2022 10:06:54 +0800 Subject: Re: [PATCH 0/3] A few cleanup patches for blk-iolatency.c To: , CC: , , References: <20220929074055.30080-1-shikemeng@huawei.com> From: Kemeng Shi Message-ID: Date: Mon, 17 Oct 2022 10:06:53 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20220929074055.30080-1-shikemeng@huawei.com> Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.129] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemi500016.china.huawei.com (7.221.188.220) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Friendly ping ... on 9/29/2022 3:40 PM, Kemeng Shi wrote: > This series contains three cleanup patches to remove redundant check, > correct comment and simplify struct iolatency_grp in blk-iolatency.c. > > Kemeng Shi (3): > block: Remove redundant parent blkcg_gp check in check_scale_change > block: Correct comment for scale_cookie_change > block: Replace struct rq_depth with unsigned int in struct > iolatency_grp > > block/blk-iolatency.c | 33 ++++++++++++++------------------- > 1 file changed, 14 insertions(+), 19 deletions(-) > -- Best wishes Kemeng Shi