> 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@xxxxxxxxxxx> Reviewed-by: Wu XiangCheng <bobwxc@xxxxxxxx> Such minor path changes can be squashed. > --- > Documentation/translations/zh_CN/core-api/mm-api.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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缓存 > ======== > -- > 2.31.1 > > >