diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2024-06-12 15:18:24 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-07-03 19:30:10 -0700 |
commit | ceb32d6aa93ce3282a724f3a0828b4b84d5035f1 (patch) | |
tree | 1df6f1fd7010e5602ba71f24278ec1cca509c13a /mm/memory-failure.c | |
parent | 16117532744deac0d2efecf8a422b73a33afd216 (diff) | |
download | linux-ceb32d6aa93ce3282a724f3a0828b4b84d5035f1.tar.gz linux-ceb32d6aa93ce3282a724f3a0828b4b84d5035f1.tar.bz2 linux-ceb32d6aa93ce3282a724f3a0828b4b84d5035f1.zip |
mm/memory-failure: remove MF_MSG_SLAB
Since commit 46df8e73a4a3 ("mm: free up PG_slab"), MF_MSG_SLAB becomes
unused. Remove it. No functional change intended.
Link: https://lkml.kernel.org/r/20240612071835.157004-3-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Borislav Petkov (AMD) <bp@alien8.de>
Cc: David Hildenbrand <david@redhat.com>
Cc: kernel test robot <lkp@intel.com>
Cc: Naoya Horiguchi <nao.horiguchi@gmail.com>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 2e6038c73119..4b9a9298d478 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -911,7 +911,6 @@ static const char *action_name[] = { static const char * const action_page_types[] = { [MF_MSG_KERNEL] = "reserved kernel page", [MF_MSG_KERNEL_HIGH_ORDER] = "high-order kernel page", - [MF_MSG_SLAB] = "kernel slab page", [MF_MSG_DIFFERENT_COMPOUND] = "different compound page after locking", [MF_MSG_HUGE] = "huge page", [MF_MSG_FREE_HUGE] = "free huge page", |