diff options
author | Thorsten Scherer <t.scherer@eckelmann.de> | 2023-03-12 13:23:15 +0100 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2023-03-13 14:49:18 +0100 |
commit | e9d198f2be851f8c977b9ac47748edc4f9d0f26e (patch) | |
tree | 1d6334b1f84b677b284a5664c23700cebd1b1d0a /include/linux/slab.h | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
download | lwn-e9d198f2be851f8c977b9ac47748edc4f9d0f26e.tar.gz lwn-e9d198f2be851f8c977b9ac47748edc4f9d0f26e.zip |
slab: Adjust comment after refactoring of gfp.h
Reflect the change from the commit below.
Fixes: cb5a065b4ea9 ("headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>")
Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 45af70315a94..87d687c43d8c 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -526,7 +526,7 @@ void *kmalloc_large_node(size_t size, gfp_t flags, int node) __assume_page_align * to be at least to the size. * * The @flags argument may be one of the GFP flags defined at - * include/linux/gfp.h and described at + * include/linux/gfp_types.h and described at * :ref:`Documentation/core-api/mm-api.rst <mm-api-gfp-flags>` * * The recommended usage of the @flags is described at |