Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp2846827ybg; Thu, 24 Oct 2019 16:30:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqy8qG+3fLdC/ypcohCkFxLzYJ9MdaHtHdifp2OS4QIbYwIN0XQoO7e7WGAsk5hLMo3Rtrdc X-Received: by 2002:a17:906:3f87:: with SMTP id b7mr638672ejj.107.1571959805075; Thu, 24 Oct 2019 16:30:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571959805; cv=none; d=google.com; s=arc-20160816; b=a2GOTC9Ag6CuuEaPgqBoyAT4bsSkeo3XD+euR2XCC6o7nVkushesIXSUJ2Jgnmnsfb s86gEAAPBIJJfvTTlOtJrhkWmOnHXdSVZW0nIV/qrf4j2a7zPfuqOqAn8dFLj7cFF6SU PIwIvuUgyq9wP49Rlx3DraYKVRILmqXG5ZDzCKMgPS7OPx4CcWoJNIK3FH3218IMjA8r MVIY4V/D5R4pO7C+eGPzrFU7WmbBECo16zMwMVu3XZcuY34RjUV55A1/jDabXvuQTkFG +QSUxYiHP4oLN2kGepCv+qx5O3mWMw1qovUiAx2Vv6CeFZYJF23/6Wp5ukL3Oh6pLytM B6TQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=GDFzcU0RuFLvjn2Hvcm9o+K7MxK7KAAtDFSi4gav1vY=; b=A7lfnoXOwcvXt/Cz91wswF88cdAAsjZAEtCOA0A4PV8e9TFxReGCXSv5LzntMTyBz4 SpSAii3gnU8ALDu+P510NbUuWdv+xUmHbcbushTGLC+2wza4Tluuzz/GGxP/fhT5mUg0 TmJYGl0gF9tNoINsG5GPNHJ6HOztzzLThMzwI0RFNq0bNpBvARvvKyx4Uw7iB1ROps8d TxcE+N628glhZsa1wq5EaiyR420oMEKJAHRBbnD5AD+KiG64wockE0/WB3gYOlgBxgHZ 1rLHu6cHgZlI80dBjvuXRlcoxnGZ6ZWIg2aLeCjBsiF3PwKe1bkXgBF9v3681D6635aH fo+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e58si71490eda.7.2019.10.24.16.29.40; Thu, 24 Oct 2019 16:30:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390359AbfJXJPl (ORCPT + 99 others); Thu, 24 Oct 2019 05:15:41 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:4713 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727900AbfJXJPk (ORCPT ); Thu, 24 Oct 2019 05:15:40 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 186384BD7B90497BB337; Thu, 24 Oct 2019 17:15:39 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.210) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 24 Oct 2019 17:15:35 +0800 Subject: Re: [PATCH 1/2] f2fs: delete duplicate information on sysfs nodes To: Hridya Valsaraju , Jaegeuk Kim , Jonathan Corbet , , , CC: References: <20191023214821.107615-1-hridya@google.com> From: Chao Yu Message-ID: Date: Thu, 24 Oct 2019 17:15:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191023214821.107615-1-hridya@google.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/10/24 5:48, Hridya Valsaraju wrote: > This patch merges the sysfs node documentation present in > Documentation/filesystems/f2fs.txt and > Documentation/ABI/testing/sysfs-fs-f2fs > and deletes the duplicate information from > Documentation/filesystems/f2fs.txt. This is to prevent having to update > both files when a new sysfs node is added for f2fs. > The patch also makes minor formatting changes to > Documentation/ABI/testing/sysfs-fs-f2fs. Jaegeuk, any particular reason to add duplicated description on f2fs.txt previously? Thanks,