On Wed, Feb 28, 2024 at 03:12:34AM +0000, Chengming Zhou wrote: > From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > > The SLAB_MEM_SPREAD flag used to be implemented in SLAB, which was > removed as of v6.8-rc1, so it became a dead flag since the commit > 16a1d968358a ("mm/slab: remove mm/slab.c and slab_def.h"). And the > series[1] went on to mark it obsolete to avoid confusion for users. > Here we can just remove all its users, which has no functional change. > > [1] https://lore.kernel.org/all/20240223-slab-cleanup-flags-v2-1-02f1753e8303@xxxxxxx/ > > Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > --- > v3: > - Improve the indentation, per Simon Horman. > > v2: > - Update the patch description and include the related link to > make it clearer that SLAB_MEM_SPREAD flag is now a no-op. Thanks for the updates. Reviewed-by: Simon Horman <horms@xxxxxxxxxx> In future please consider the following: 1. Don't post new revisions of a series more than once every 24h 2. Do post new revisions as new email threads Link: https://docs.kernel.org/process/maintainer-netdev.html