Re: [PATCH] mm/sparsemem: Cleanup 'section number' data types

From: Matthew Wilcox
Date: Fri Jun 21 2019 - 10:58:15 EST


On Thu, Jun 20, 2019 at 05:06:46PM -0700, Dan Williams wrote:
> David points out that there is a mixture of 'int' and 'unsigned long'
> usage for section number data types. Update the memory hotplug path to
> use 'unsigned long' consistently for section numbers.

... because we're seriously considering the possibility that we'll need
more than 4 billion sections?