Re: [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h

From: Kees Cook
Date: Mon Nov 13 2023 - 23:38:31 EST


On Mon, Nov 13, 2023 at 08:13:51PM +0100, Vlastimil Babka wrote:
> mm/slab.h is the only place to include include/linux/slub_def.h which
> has allowed switching between SLAB and SLUB. Now we can simply move the
> contents over and remove slub_def.h.
>
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>

Now is the chance to do any whitespace updates! I saw a few #defines
that looked like they could be re-tab-aligned, but it's not a big deal. :P

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook