[PATCH v2 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends

Greg Kroah-Hartman gregkh at linuxfoundation.org
Wed Sep 9 17:17:59 AEST 2020


On Tue, Sep 08, 2020 at 10:10:08PM +0200, David Hildenbrand wrote:
> We soon want to pass flags, e.g., to mark added System RAM resources.
> mergeable. Prepare for that.

What are these random "flags", and how do we know what should be passed
to them?

Why not make this an enumerated type so that we know it all works
properly, like the GPF_* flags are?  Passing around a random unsigned
long feels very odd/broken...

thanks,

greg k-h


More information about the Linuxppc-dev mailing list