From fae1b0129327343b30be8f254da246a010810959 Mon Sep 17 00:00:00 2001 From: Chengming Zhou Date: Tue, 5 Mar 2024 08:39:13 +0000 Subject: slab: remove PARTIAL_NODE slab_state The PARTIAL_NODE slab_state has gone with SLAB removed, so just remove it. Signed-off-by: Chengming Zhou Signed-off-by: Vlastimil Babka --- tools/include/linux/slab.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/include/linux/slab.h b/tools/include/linux/slab.h index 311759ea25e92..51b25e9c4ec7b 100644 --- a/tools/include/linux/slab.h +++ b/tools/include/linux/slab.h @@ -18,7 +18,6 @@ bool slab_is_available(void); enum slab_state { DOWN, PARTIAL, - PARTIAL_NODE, UP, FULL }; -- cgit 1.2.3-korg