slab: Adjust comment after refactoring of gfp.h
authorThorsten Scherer <t.scherer@eckelmann.de>
Sun, 12 Mar 2023 12:23:15 +0000 (13:23 +0100)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 13 Mar 2023 13:49:18 +0000 (14:49 +0100)
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>
include/linux/slab.h

index 45af703..87d687c 100644 (file)
@@ -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