On Thu, Oct 1, 2020 at 10:39 AM David Hildenbrand <david@xxxxxxxxxx> wrote: [..] > >> include/linux/range.h seems to have this function - why is this here needed? > > > > It's there because I add it later in this series. I waited until > > "mm/memremap_pages: convert to 'struct range'" to make it global as > > that's the first kernel-wide visible usage of it. > > Ah okay - I'd just place it right at the final destination, instead of > moving fresh code around within a single series. Yeah, it's looking like this series will all land together so I'll go ahead and move it.