diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2022-12-10 11:24:48 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-01-02 16:14:10 -0700 |
commit | 169005eae2af63143e914ab39b227f342d5e93df (patch) | |
tree | e00548cea979358195af3d687fa316c730bec548 /Documentation/translations | |
parent | cf306a26cb3a7c506cc66764a1ff3c18c8ccbecf (diff) |
docs/zh_CN: Update the translation of mm-api to 6.1-rc8
Update to commit def76fd549c5 ("mm/page_alloc: remove
obsolete gfpflags_normal_context()").
Commit 7343f2b0db49 ("headers/deps: mm: align
MANITAINERS and Docs with new gfp.h structure")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/66edf54c706aaf416b5a59c0169a989a7c803e1f.1670642548.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/core-api/mm-api.rst | 2 |
1 files changed, 1 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 a732b0eebf16..113359bdb7be 100644 --- a/Documentation/translations/zh_CN/core-api/mm-api.rst +++ b/Documentation/translations/zh_CN/core-api/mm-api.rst @@ -37,7 +37,7 @@ mm/gup.c 该API在以下内核代码中: -include/linux/gfp.h +include/linux/gfp_types.h Slab缓存 ======== |