Skip to content

Commit e9d198f

Browse files
tksctehcaster
authored andcommitted
slab: Adjust comment after refactoring of gfp.h
Reflect the change from the commit below. Fixes: cb5a065 ("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>
1 parent eeac8ed commit e9d198f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/slab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ void *kmalloc_large_node(size_t size, gfp_t flags, int node) __assume_page_align
526526
* to be at least to the size.
527527
*
528528
* The @flags argument may be one of the GFP flags defined at
529-
* include/linux/gfp.h and described at
529+
* include/linux/gfp_types.h and described at
530530
* :ref:`Documentation/core-api/mm-api.rst <mm-api-gfp-flags>`
531531
*
532532
* The recommended usage of the @flags is described at

0 commit comments

Comments
 (0)