Re: [PATCH v3 3/3] mm: hugetlb: cleanup using PageHugeActive flag

From: Naoya Horiguchi
Date: Wed Apr 01 2015 - 00:15:29 EST


On Tue, Mar 31, 2015 at 02:08:14PM -0700, Andrew Morton wrote:
> On Tue, 31 Mar 2015 08:50:46 +0000 Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> wrote:
>
> > Now we have an easy access to hugepages' activeness, so existing helpers to
> > get the information can be cleaned up.
>
> Similarly. Also I adapted the code to fit in with
> http://ozlabs.org/~akpm/mmots/broken-out/mm-consolidate-all-page-flags-helpers-in-linux-page-flagsh.patch

Thanks, moving the declaration/definition to include/linux/page-flags.h is OK.