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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E25E6C5519F for ; Wed, 18 Nov 2020 20:49:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FE02246C2 for ; Wed, 18 Nov 2020 20:49:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726081AbgKRUtI (ORCPT ); Wed, 18 Nov 2020 15:49:08 -0500 Received: from ms.lwn.net ([45.79.88.28]:46606 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725710AbgKRUtH (ORCPT ); Wed, 18 Nov 2020 15:49:07 -0500 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 6F34B2EF; Wed, 18 Nov 2020 20:49:07 +0000 (UTC) Date: Wed, 18 Nov 2020 13:49:06 -0700 From: Jonathan Corbet To: Wang Qing Cc: Harry Wei , Alex Shi , Wang Wenhu , Mauro Carvalho Chehab , Stefan Hajnoczi , Chucheng Luo , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH doc] doc: zh_CN: add tmpfs to index tree Message-ID: <20201118134906.6bb1b226@lwn.net> In-Reply-To: <1605509272-13770-1-git-send-email-wangqing@vivo.com> References: <1605509272-13770-1-git-send-email-wangqing@vivo.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, 16 Nov 2020 14:47:50 +0800 Wang Qing wrote: > Add temfs to the index tree while adding tempfs translation. > > Signed-off-by: Wang Qing > --- > Documentation/translations/zh_CN/filesystems/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/translations/zh_CN/filesystems/index.rst b/Documentation/translations/zh_CN/filesystems/index.rst > index 186501d..9f2a8b0 > --- a/Documentation/translations/zh_CN/filesystems/index.rst > +++ b/Documentation/translations/zh_CN/filesystems/index.rst > @@ -25,4 +25,5 @@ Linux Kernel中的文件系统 > > virtiofs > debugfs > + tmpfs Applied, thanks, with typos in the changelog fixed. jon