mm, slab: remove last vestiges of SLAB_MEM_SPREAD
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2024 03:32:19 +0000 (20:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2024 03:32:19 +0000 (20:32 -0700)
commitf88c3fb81c4badb46c2fef7d168ff138043e86bb
tree3510d0d4be0be44429cac528c392bae7ba6c0754
parent0ea680eda6c9f59a9512f8b0dd4abf229bb9f6cf
mm, slab: remove last vestiges of SLAB_MEM_SPREAD

Yes, yes, I know the slab people were planning on going slow and letting
every subsystem fight this thing on their own.  But let's just rip off
the band-aid and get it over and done with.  I don't want to see a
number of unnecessary pull requests just to get rid of a flag that no
longer has any meaning.

This was mainly done with a couple of 'sed' scripts and then some manual
cleanup of the end result.

Link: https://lore.kernel.org/all/CAHk-=wji0u+OOtmAOD-5JV3SXcRJF___k_+8XNKmak0yd5vW1Q@mail.gmail.com/
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
39 files changed:
drivers/dax/super.c
drivers/usb/isp1760/isp1760-hcd.c
fs/9p/v9fs.c
fs/adfs/super.c
fs/befs/linuxvfs.c
fs/bfs/inode.c
fs/ceph/super.c
fs/coda/inode.c
fs/erofs/super.c
fs/exfat/cache.c
fs/exfat/super.c
fs/ext2/super.c
fs/ext4/super.c
fs/fat/cache.c
fs/fat/inode.c
fs/freevxfs/vxfs_super.c
fs/gfs2/main.c
fs/hpfs/super.c
fs/isofs/inode.c
fs/jffs2/super.c
fs/nfs/direct.c
fs/nfs/inode.c
fs/nfs/nfs42xattr.c
fs/ntfs3/super.c
fs/ocfs2/dlmfs/dlmfs.c
fs/ocfs2/super.c
fs/overlayfs/super.c
fs/qnx4/inode.c
fs/quota/dquot.c
fs/smb/client/cifsfs.c
fs/tracefs/inode.c
fs/ubifs/super.c
fs/udf/super.c
fs/ufs/super.c
fs/vboxsf/super.c
fs/xfs/xfs_super.c
fs/zonefs/super.c
include/linux/slab.h
net/sunrpc/rpc_pipe.c