On Tue, Feb 11, 2020 at 08:18:27PM -0800, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> > > This is like page_size(), but compiles down to just PAGE_SIZE if THP > are disabled. Convert the users of hpage_nr_pages() which would prefer > this interface. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> I would prefer the new helper to be inline function rather than macro. Otherwise looks good. -- Kirill A. Shutemov