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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 160C5C433E2 for ; Thu, 3 Sep 2020 16:30:52 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CC7C620578; Thu, 3 Sep 2020 16:30:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="ZIJC6Uoa"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="D63vZU35" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC7C620578 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1kDs8O-00049Z-Ft; Thu, 03 Sep 2020 16:30:48 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDs8N-00049S-9g for linux-f2fs-devel@lists.sourceforge.net; Thu, 03 Sep 2020 16:30:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version :References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aJ18mFMmlVWjsvOhtkCF3X3vCFyITfRQyA41MgzPFW8=; b=ZIJC6UoaAqL1LiLFxFyKrx2pGw w0X+CI8bCM5bZ3/zwztVBweKfCuCGygnfdl1xNOTaoSSJFx8X9T9IQD9jWPE9MiTlpkCkq2W33x1P e1zEC2Hh26DRGl2c4vf4q7xJbsz8gQr8erxx2heP7kDX22Gk6bsM8CoyZa76IqgDfdmw=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=aJ18mFMmlVWjsvOhtkCF3X3vCFyITfRQyA41MgzPFW8=; b=D63vZU351JqktwcTx9C6GuaPA7 V0Cy3fKFi+17yXSAwayc9hbGViKIaQaI37gcgG7r61LBy8vZ6uvTAkMV/8Ju78cLx+t1ogfgYsNE8 2mwJOx2DzyGxgR7FR7apFRN6yqNTLHtsaKBjBL82vVbnDtaCUNYWIP5cWLqivIdlbhO8=; Received: from ms.lwn.net ([45.79.88.28]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1kDs8K-00AkL8-Mc for linux-f2fs-devel@lists.sourceforge.net; Thu, 03 Sep 2020 16:30:47 +0000 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 93B047DA; Thu, 3 Sep 2020 16:30:28 +0000 (UTC) Date: Thu, 3 Sep 2020 10:30:27 -0600 From: Jonathan Corbet To: Randy Dunlap Message-ID: <20200903103027.4c8d0b07@lwn.net> In-Reply-To: <96f99afb-c54e-8f46-ebac-80a62f65b876@infradead.org> References: <96f99afb-c54e-8f46-ebac-80a62f65b876@infradead.org> Organization: LWN.net MIME-Version: 1.0 X-Headers-End: 1kDs8K-00AkL8-Mc Subject: Re: [f2fs-dev] [PATCH] f2fs: Documentation edits/fixes X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jaegeuk Kim , linux-f2fs-devel@lists.sourceforge.net, LKML , "linux-doc@vger.kernel.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Wed, 2 Sep 2020 17:08:31 -0700 Randy Dunlap wrote: > From: Randy Dunlap > > Correct grammar and spelling. > > Drop duplicate section for resize.f2fs. > > Change one occurrence of F2fs to F2FS for consistency. > > Signed-off-by: Randy Dunlap > Cc: Jaegeuk Kim > Cc: Chao Yu > Cc: linux-f2fs-devel@lists.sourceforge.net > --- > Documentation/filesystems/f2fs.rst | 53 +++++++++++---------------- > 1 file changed, 23 insertions(+), 30 deletions(-) So this, I guess, needs to go through the f2fs tree since it doesn't apply to docs-next currently. Thanks, jon _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel