]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: ksm: drop KSM_KMEM_CACHE()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Tue, 18 Jun 2024 08:12:01 +0000 (16:12 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:15 +0000 (19:30 -0700)
commitaa1b94891cbf48296b4571bf4625c0a13bd5e3f5
tree921fb1f8304e93f25e2da825f5d0ace9a32a9b51
parentd4fbcf0b566a38c9deb00e9b9f82afb3a596abde
mm: ksm: drop KSM_KMEM_CACHE()

After commit 21fbd59136e0 ("ksm: add the ksm prefix to the names of the
ksm private structures"), we could directly use KMEM_CACHE().

Link: https://lkml.kernel.org/r/20240618081201.134985-1-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/ksm.c