cgroup/cpuset: Mark memory_spread_slab as obsolete
authorXiongwei Song <xiongwei.song@windriver.com>
Thu, 29 Feb 2024 14:20:07 +0000 (22:20 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 29 Feb 2024 20:28:19 +0000 (10:28 -1000)
commit3ab67a9ce82ff22447b1dad53b49a91d1abbf1ff
tree889682af039e907bad274fa03813421f2fb0a95c
parent61a182ab61a6dbb8a8782d52347168dc2aa0aa0a
cgroup/cpuset: Mark memory_spread_slab as obsolete

We've removed the SLAB allocator, cpuset_do_slab_mem_spread() and
SLAB_MEM_SPREAD, memory_spread_slab is a no-op now. We can mark
memory_spread_slab as obsolete in case someone still wants to use it after
cpuset_do_slab_mem_spread() removed. For more details, please check [1].

[1] https://lore.kernel.org/lkml/32bc1403-49da-445a-8c00-9686a3b0d6a3@redhat.com/T/#m8e292e21b00f95a4bb8086371fa7387fa4ea8f60

tj: Description and cosmetic updates.

Signed-off-by: Xiongwei Song <xiongwei.song@windriver.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/admin-guide/cgroup-v1/cpusets.rst
kernel/cgroup/cpuset.c