Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1033785pxb; Thu, 19 Nov 2020 22:21:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJwEiqRsANhMfV71JKDgN6u1DIR3Ao3PhCFZokn5a5c6RhvWXnNaO7emBgKQM4QOesrpsDVg X-Received: by 2002:a17:906:3953:: with SMTP id g19mr18887035eje.151.1605853275719; Thu, 19 Nov 2020 22:21:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605853275; cv=none; d=google.com; s=arc-20160816; b=uPG7airWVHDL+ZfbzBd+ss+yPOAOhh5Cl9YzROYBc0SCzxapGKgarwFyifky9rK46B JhC+YQR/9Q1z00KJn7/bZCS1Bk9xvxHUj+IAjFf7T5G191qTjbUvt8p6RPvrOVW6uraX AOEaRXuD9eo8MmS2r7aZk0SRo5g9pEQhSWINXQGO66mMrE50oRbg3W39xxSgWwJqW0hT H+kjqrFhK5/+aUhwH/SjY6H+c4n73U+ScAXyMKg8C6k1loZ2q1I9ub6RzPmbmfsCqjAw K+7BiR03pmFjhYMj+4vf0QeCSlgpvyFAw+A/vIz8Yr+cabgfLWaK7ttzP+KwF/DHDMXh 1DvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=tMwJMutP3LvWXePT05n4kf25PU6eUUaPI0Jd1UBLz4Y=; b=O7pYH7ENGkvvdmoSPTYyiVxpR1XASbOFXLOJjwioIHtddESFqs0rZ9HgxJFu0Hb4p3 cTD6WEU99wRERog4ucl0Dwly99Ku0Va5Q8A80Y+5Pu9RlI9E4UM5n0OEFqQ36eXc8mZG CwGwk5HhDMUWMQ4/t55z2DuWASzrx2sd+/n4Baxhp1v1m9FFzYcx6Tj1EIbq6DidWsMW 3agxdi6Jw3VMFKg5JX0ahNl7MYIHXaqEyLcEzg0Ucq/Pyyd2ctN9soFp23m2eYN0l7YN /BAuzFnAZoeVGnIjCr+MVmJEzcWFGKvo5iSekjstOvm7jdrzPU3bk0Kc0YGjCZn27KNl er8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ca28si1218360edb.409.2020.11.19.22.20.53; Thu, 19 Nov 2020 22:21:15 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725944AbgKTGRt (ORCPT + 99 others); Fri, 20 Nov 2020 01:17:49 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:8006 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbgKTGRt (ORCPT ); Fri, 20 Nov 2020 01:17:49 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CcmYN1Ys2zhdD3; Fri, 20 Nov 2020 14:17:28 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.209) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 20 Nov 2020 14:17:38 +0800 Subject: Re: [f2fs-dev] [PATCH] f2fs: remove writeback_inodes_sb in f2fs_remount To: Liu Song , , CC: , , References: <20201118140104.5825-1-fishland@aliyun.com> From: Chao Yu Message-ID: <862998f9-aac8-83e1-b11e-d70df3714e19@huawei.com> Date: Fri, 20 Nov 2020 14:17:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20201118140104.5825-1-fishland@aliyun.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/11/18 22:01, Liu Song via Linux-f2fs-devel wrote: > From: Liu Song > > Since sync_inodes_sb has been used, there is no need to > use writeback_inodes_sb, so remove it. > > Signed-off-by: Liu Song Reviewed-by: Chao Yu Thanks,