[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190125143044.GO3560@dhcp22.suse.cz>
Date: Fri, 25 Jan 2019 15:30:44 +0100
From: Michal Hocko <mhocko@...nel.org>
To: Dan Williams <dan.j.williams@...el.com>
Cc: akpm@...ux-foundation.org,
Dave Hansen <dave.hansen@...ux.intel.com>,
keith.busch@...el.com, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, mgorman@...e.de
Subject: Re: [PATCH v7 2/3] mm: Move buddy list manipulations into helpers
On Mon 07-01-19 15:21:16, Dan Williams wrote:
> In preparation for runtime randomization of the zone lists, take all
> (well, most of) the list_*() functions in the buddy allocator and put
> them in helper functions. Provide a common control point for injecting
> additional behavior when freeing pages.
Looks good in general and it actually makes the code more readable.
One nit below
[...]
> +static inline void rmv_page_order(struct page *page)
> +{
> + __ClearPageBuddy(page);
> + set_page_private(page, 0);
> +}
> +
I guess we do not really need this helper and simply squash it to its
only user.
Acked-by: Michal Hocko <mhocko@...e.com>
--
Michal Hocko
SUSE Labs
Powered by blists - more mailing lists