From da4de03e7871e57af3e448f9d7197eb5404d62e9 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Sun, 31 Jul 2022 11:23:24 -0700 Subject: lib: introduce support for page allocation tagging Introduce helper functions to easily instrument page allocators by storing a pointer to the allocation tag associated with the code that allocated the page in a page_ext field. Signed-off-by: Suren Baghdasaryan Co-developed-by: Kent Overstreet Signed-off-by: Kent Overstreet Reviewed-by: Vlastimil Babka --- include/linux/page_ext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/page_ext.h') diff --git a/include/linux/page_ext.h b/include/linux/page_ext.h index be98564191e6..07e0656898f9 100644 --- a/include/linux/page_ext.h +++ b/include/linux/page_ext.h @@ -4,7 +4,6 @@ #include #include -#include struct pglist_data; -- cgit v1.2.3