Re: [PATCH v3 3/3] mm,memory_hotplug: Rename status_change_nid parameter in memory_notify

From: ALOK TIWARI
Date: Fri May 02 2025 - 15:16:03 EST




On 02-05-2025 14:06, Oscar Salvador wrote:
The 'status_change_nid' field was used to track changes in the memory
state of a numa node, but that funcionality has been decoupled from

typo funcionality -> functionality

memory_notify and moved to node_notify.
Current consumers of memory_notify are only interested in which node the
memory we are adding belongs to, so rename current 'status_change_nid'
to 'nid'.

Thanks,
Alok