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=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 CA71EC10DCE for ; Sun, 15 Mar 2020 09:28:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A8BD9206E9 for ; Sun, 15 Mar 2020 09:28:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728117AbgCOJ2u (ORCPT ); Sun, 15 Mar 2020 05:28:50 -0400 Received: from m17617.mail.qiye.163.com ([59.111.176.17]:6972 "EHLO m17617.mail.qiye.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726521AbgCOJ2u (ORCPT ); Sun, 15 Mar 2020 05:28:50 -0400 Received: from ubuntu.localdomain (unknown [58.251.74.226]) by m17617.mail.qiye.163.com (Hmail) with ESMTPA id 1532B26143D; Sun, 15 Mar 2020 17:28:45 +0800 (CST) From: Wang Wenhu To: Jonathan Corbet , Vivek Goyal , Stefan Hajnoczi , Miklos Szeredi , Harry Wei , Alex Shi , Mauro Carvalho Chehab , "Daniel W. S. Almeida" , Jaegeuk Kim , "Matthew Wilcox (Oracle)" , Eric Biggers , Wang Wenhu , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, "Theodore Ts'o" Cc: kernel@vivo.com Subject: [PATCH 1/2] doc: zh_CN: index files in filesystems subdirectory Date: Sun, 15 Mar 2020 02:27:59 -0700 Message-Id: <20200315092810.87008-2-wenhu.wang@vivo.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200315092810.87008-1-wenhu.wang@vivo.com> References: <20200315092810.87008-1-wenhu.wang@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgYFAkeWUFZSFVDTk1CQkJDTE9KSk9CQllXWShZQU hPN1dZLVlBSVdZCQ4XHghZQVk1NCk2OjckKS43PlkG X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6PSI6MDo5MDg#ODcyLEk0KjkL VjJPC0JVSlVKTkNPSU1PTklOQ0tKVTMWGhIXVQweFRMOVQwaFRw7DRINFFUYFBZFWVdZEgtZQVlO Q1VJTkpVTE9VSUlNWVdZCAFZQU9IS0M3Bg++ X-HM-Tid: 0a70dd8637729375kuws1532b26143d Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Add filesystems subdirectory into the table of Contents for zh_CN, all translations residing on it would be indexed conveniently. Signed-off-by: Wang Wenhu --- Documentation/filesystems/index.rst | 2 ++ .../translations/zh_CN/filesystems/index.rst | 27 +++++++++++++++++++ Documentation/translations/zh_CN/index.rst | 1 + 3 files changed, 30 insertions(+) create mode 100644 Documentation/translations/zh_CN/filesystems/index.rst diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 386eaad008b2..ab47d5b1f092 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -1,3 +1,5 @@ +.. _filesystems_index: + =============================== Filesystems in the Linux kernel =============================== diff --git a/Documentation/translations/zh_CN/filesystems/index.rst b/Documentation/translations/zh_CN/filesystems/index.rst new file mode 100644 index 000000000000..a47dd86d6196 --- /dev/null +++ b/Documentation/translations/zh_CN/filesystems/index.rst @@ -0,0 +1,27 @@ +.. raw:: latex + + \renewcommand\thesection* + \renewcommand\thesubsection* + +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/filesystems/index.rst ` +:Translator: Wang Wenhu + +.. _cn_filesystems_index: + +======================== +Linux Kernel中的文件系统 +======================== + +这份正在开发的手册或许在未来某个辉煌的日子里以易懂的形式将Linux虚拟\ +文件系统(VFS)层以及基于其上的各种文件系统如何工作呈现给大家。当前\ +可以看到下面的内容。 + +文件系统 +======== + +文件系统实现文档。 + +.. toctree:: + :maxdepth: 2 diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst index d3165535ec9e..76850a5dd982 100644 --- a/Documentation/translations/zh_CN/index.rst +++ b/Documentation/translations/zh_CN/index.rst @@ -14,6 +14,7 @@ :maxdepth: 2 process/index + filesystems/index 目录和表格 ---------- -- 2.17.1