Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp623826pxb; Wed, 18 Nov 2020 12:51:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJx+3YhLKLbpe82Vsch0mqcQH+sKif6xLxefiDD0wCXER1uA0KG1aFKoolZLpTE2VcG+7DFu X-Received: by 2002:aa7:d407:: with SMTP id z7mr28447036edq.234.1605732665353; Wed, 18 Nov 2020 12:51:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605732665; cv=none; d=google.com; s=arc-20160816; b=1CbCQf1KbTTNymycgdGMnHogN8HuunAWAcVsCpQvvWQWMjFYNPo4lR27JHBQ5+WrTg vmbak98uztU+QN2Hr8HHe66unWSYXtkuNZWXvafxojCa2bnpZhqNfNbCWJxnNN5RNLSx gzasNKNji1hy6cXaIhYbm83A19FEfDNWYH8BE0v+ofWWD0Jk/6RNjnX/9TYv4JqQTaNN CJvcaPYpf7avuFbM93NvcFgfPBj8q98uBn2MGhk2oyDxAMime9HWuUUEuAz1gObVNV1Q UdJo4RWEG+ri+0geDolHc3ZPI5xchaY0lY117iS1ym9NzmdnBFpOqiE1NMXMd2a8kX8A uZDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=SjIqIljqFmCpL9AgU/VA+4o22X9GaBCKlrVbIjAXArU=; b=yw+QSJfyBkgvAlvuptPRnSqNKBS1VaYdsJeF8ewTeXnisUN4PxJZTfC5+SPv+S6UYx OhbVgZ39rftb+Y7w24j4tNSJp1RmEjNP+q+EHZVHqBBzDUgEVr9ShcBy6/S0McZmZ9RS SDHJ3z4L//KDeDhko55hVoytWPQW68eWfQlGb3cbiGwvX+atNKyM0p17jZQzF28aPcdi Tn1hsRgO94KVhbPLzF8g8WtMGrcBTPpRJVEyjTRgc2RtWz4bUmcXpqVl5wLXLpvGA1FG 7UVFPYEh95X83RlFnFmcLa57dWGK/8uPlHvv47AcCKqIF9Z19qBWkfY0/zyd0uP1hROz rPrg== 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 ay10si919209ejb.367.2020.11.18.12.50.42; Wed, 18 Nov 2020 12:51:05 -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 S1726195AbgKRUtI (ORCPT + 99 others); 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-kernel@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