]> git.ipfire.org Git - thirdparty/linux.git/commit
9p: remove SLAB_MEM_SPREAD flag usage
authorChengming Zhou <zhouchengming@bytedance.com>
Sat, 24 Feb 2024 13:46:17 +0000 (13:46 +0000)
committerDominique Martinet <asmadeus@codewreck.org>
Mon, 4 Mar 2024 13:04:32 +0000 (22:04 +0900)
commit2a0505cdd8c8b12670f4b5a6eb5c996c0861c2d5
tree6c4e5323956c41adb3c6099b0bbbe4527269a796
parentbe3193e58ec210b2a72fb1134c2a0695088a911d
9p: 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
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.

Link: https://lore.kernel.org/all/20240223-slab-cleanup-flags-v2-1-02f1753e8303@suse.cz/
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Message-ID: <20240224134617.829016-1-chengming.zhou@linux.dev>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
fs/9p/v9fs.c