linux/fs/affs
Chengming Zhou f7c79a40b5 affs: remove SLAB_MEM_SPREAD flag usage
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
16a1d96835 ("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@suse.cz/

Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-02-26 11:36:28 +01:00
..
affs.h affs: free affs_sb_info with kfree_rcu() 2024-02-25 02:10:31 -05:00
amigaffs.c affs: convert to new timestamp accessors 2023-10-18 13:26:18 +02:00
amigaffs.h
bitmap.c
Changes
dir.c
file.c
inode.c affs: convert to new timestamp accessors 2023-10-18 13:26:18 +02:00
Kconfig
Makefile
namei.c affs: d_obtain_alias(ERR_PTR(...)) will do the right thing 2023-12-21 12:51:02 -05:00
super.c affs: remove SLAB_MEM_SPREAD flag usage 2024-02-26 11:36:28 +01:00
symlink.c