2020-11-16 06:51:56

by 王擎

[permalink] [raw]
Subject: [PATCH doc] doc: zh_CN: add tmpfs to index tree

Add temfs to the index tree while adding tempfs translation.

Signed-off-by: Wang Qing <[email protected]>
---
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

--
2.7.4


2020-11-16 08:01:27

by Alex Shi

[permalink] [raw]
Subject: Re: [PATCH doc] doc: zh_CN: add tmpfs to index tree

Reviewed-by: Alex Shi <[email protected]>

在 2020/11/16 下午2:47, Wang Qing 写道:
> Add temfs to the index tree while adding tempfs translation.
>
> Signed-off-by: Wang Qing <[email protected]>
> ---
> 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
>
>

2020-11-18 20:51:05

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH doc] doc: zh_CN: add tmpfs to index tree

On Mon, 16 Nov 2020 14:47:50 +0800
Wang Qing <[email protected]> wrote:

> Add temfs to the index tree while adding tempfs translation.
>
> Signed-off-by: Wang Qing <[email protected]>
> ---
> 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