]> Git Repo - linux.git/commit
mm: enumerate all gfp flags
authorSuren Baghdasaryan <[email protected]>
Sat, 24 Feb 2024 01:58:00 +0000 (17:58 -0800)
committerAndrew Morton <[email protected]>
Tue, 5 Mar 2024 01:01:18 +0000 (17:01 -0800)
commit772dd0342727cc3c3b676b5d97c99708e75730a2
tree62127c3cd86f138013ba89c6a6d65bf3d80b8a3b
parent2864f3d0f5831a50253befc5d4583868268b7153
mm: enumerate all gfp flags

Introduce GFP bits enumeration to let compiler track the number of used
bits (which depends on the config options) instead of hardcoding them.
That simplifies __GFP_BITS_SHIFT calculation.

Link: https://lkml.kernel.org/r/[email protected]
Suggested-by: Petr Tesařík <[email protected]>
Signed-off-by: Suren Baghdasaryan <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Pasha Tatashin <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Kent Overstreet <[email protected]>
Cc: Petr Tesarik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/gfp_types.h
This page took 0.058501 seconds and 4 git commands to generate.