summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorOscar Salvador <osalvador@suse.de>2025-06-16 16:51:54 +0300
committerAndrew Morton <akpm@linux-foundation.org>2025-07-14 02:38:17 +0300
commitd2a9721d807de405b198291badcc807700746781 (patch)
tree4796bb95ce35e4ace31fd871ec94b9448ce7c352 /include/linux
parent1a19c91b9706625684dc109e3fb0d0b2a003c7c5 (diff)
downloadlinux-d2a9721d807de405b198291badcc807700746781.tar.xz
mm,memory_hotplug: drop status_change_nid parameter from memory_notify
There no users left of status_change_nid, so drop it from memory_notify struct. Link: https://lkml.kernel.org/r/20250616135158.450136-12-osalvador@suse.de Signed-off-by: Oscar Salvador <osalvador@suse.de> Suggested-by: David Hildenbrand <david@redhat.com> Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Vlastimil Babka <vbabka@suse.cz> Cc: Harry Yoo <harry.yoo@oracle.com> Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com> Cc: Joanthan Cameron <Jonathan.Cameron@huawei.com> Cc: Rakie Kim <rakie.kim@sk.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h
index a8284d41e452..40eb70ccb09d 100644
--- a/include/linux/memory.h
+++ b/include/linux/memory.h
@@ -109,7 +109,6 @@ struct memory_notify {
unsigned long altmap_nr_pages;
unsigned long start_pfn;
unsigned long nr_pages;
- int status_change_nid;
};
struct notifier_block;