* [PATCH] slab: Adjust comment after refactoring of gfp.h
@ 2023-03-12 12:23 Thorsten Scherer
2023-03-13 4:04 ` Hyeonggon Yoo
2023-03-13 13:52 ` Vlastimil Babka
0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Scherer @ 2023-03-12 12:23 UTC (permalink / raw)
To: Christoph Lameter, Pekka Enberg, David Rientjes, Joonsoo Kim,
Andrew Morton, Vlastimil Babka, Roman Gushchin, Hyeonggon Yoo,
Yury Norov, Ingo Molnar
Cc: Thorsten Scherer, linux-mm, linux-kernel
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>
---
include/linux/slab.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.38.0
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] slab: Adjust comment after refactoring of gfp.h
2023-03-12 12:23 [PATCH] slab: Adjust comment after refactoring of gfp.h Thorsten Scherer
@ 2023-03-13 4:04 ` Hyeonggon Yoo
2023-03-13 13:52 ` Vlastimil Babka
1 sibling, 0 replies; 3+ messages in thread
From: Hyeonggon Yoo @ 2023-03-13 4:04 UTC (permalink / raw)
To: Thorsten Scherer
Cc: Christoph Lameter, Pekka Enberg, David Rientjes, Joonsoo Kim,
Andrew Morton, Vlastimil Babka, Roman Gushchin, Yury Norov,
Ingo Molnar, linux-mm, linux-kernel
On Sun, Mar 12, 2023 at 01:23:15PM +0100, Thorsten Scherer wrote:
> 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>
> ---
> include/linux/slab.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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>`
Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
> *
> * The recommended usage of the @flags is described at
> --
> 2.38.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] slab: Adjust comment after refactoring of gfp.h
2023-03-12 12:23 [PATCH] slab: Adjust comment after refactoring of gfp.h Thorsten Scherer
2023-03-13 4:04 ` Hyeonggon Yoo
@ 2023-03-13 13:52 ` Vlastimil Babka
1 sibling, 0 replies; 3+ messages in thread
From: Vlastimil Babka @ 2023-03-13 13:52 UTC (permalink / raw)
To: Thorsten Scherer, Christoph Lameter, Pekka Enberg,
David Rientjes, Joonsoo Kim, Andrew Morton, Roman Gushchin,
Hyeonggon Yoo, Yury Norov, Ingo Molnar
Cc: linux-mm, linux-kernel
On 3/12/23 13:23, Thorsten Scherer wrote:
> 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>
Thanks, added to slab/for-6.4/trivial
> ---
> include/linux/slab.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-13 13:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 12:23 [PATCH] slab: Adjust comment after refactoring of gfp.h Thorsten Scherer
2023-03-13 4:04 ` Hyeonggon Yoo
2023-03-13 13:52 ` Vlastimil Babka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox