diff options
author | Binbin Zhou <zhoubinbin@loongson.cn> | 2022-06-22 18:18:51 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-24 13:15:03 -0600 |
commit | f5158bfe8777d1c42694cd53c59a7b0297e57cc6 (patch) | |
tree | 4cd5c4b40818ac87418f3fc07de489ceff2731ed | |
parent | b2fdf7f080b4fbc8b22e006c2b78153253518741 (diff) | |
download | linux-f5158bfe8777d1c42694cd53c59a7b0297e57cc6.tar.bz2 |
docs/zh_CN: core-api: Update the translation of mm-api.rst to 5.19-rc3
Synchronous translation from the following commits(Latest in front):
[1]: commit 84dacdbd5352("mm: document and polish read-ahead code")
[2]: commit 2f52578f9c64("mm/util: Add folio_mapping() and
folio_file_mapping()")
[3]: commit 889a3747b3b7("mm/lru: Add folio LRU functions")
[4]: commit c24016ac3a62("mm: Add folio reference count functions")
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Reviewed-by: Yanteng Si<siyanteng@loongson.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/0bd7b03a5d38dd1599715343360bef4289b7c0fb.1655863769.git.zhoubinbin@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/core-api/mm-api.rst | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/core-api/mm-api.rst b/Documentation/translations/zh_CN/core-api/mm-api.rst index 0ea43dc67953..a732b0eebf16 100644 --- a/Documentation/translations/zh_CN/core-api/mm-api.rst +++ b/Documentation/translations/zh_CN/core-api/mm-api.rst @@ -5,6 +5,7 @@ :翻译: 司延腾 Yanteng Si <siyanteng@loongson.cn> + 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> :校译: @@ -66,12 +67,24 @@ mm/vmalloc.c 该API在以下内核代码中: -mm/readahead.c +文件映射 +-------- mm/filemap.c +预读 +---- + +mm/readahead.c + +回写 +---- + mm/page-writeback.c +截断 +---- + mm/truncate.c include/linux/pagemap.h @@ -105,6 +118,14 @@ mm/mempolicy.c include/linux/mm_types.h +include/linux/mm_inline.h + +include/linux/page-flags.h + include/linux/mm.h +include/linux/page_ref.h + include/linux/mmzone.h + +mm/util.c |