Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1196118

Re: [RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE

From Johannes Weiner <hannes@cmpxchg.org>
Newsgroups linux.kernel
Subject Re: [RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE
Date 2015-07-30 17:20 +0200
Message-ID <pRXMJ-28D-1@gated-at.bofh.it> (permalink)
References <pPMsp-iu-3@gated-at.bofh.it> <pRzKr-15P-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jul 29, 2015 at 02:30:43PM +0100, Mel Gorman wrote:
> The change of what we have now is a good idea. What you have is a solid
> improvement in my view but I see there are a few different suggestions
> in the thread. Based on that I think it makes sense to just destroy
> alloc_pages_exact_node. In the future "exact" in the allocator API will
> mean "exactly this number of pages". Use your __alloc_pages_node helper
> and specify __GFP_THISNODE if the caller requires that specific node.

+1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE Mel Gorman <mgorman@techsingularity.net> - 2015-07-29 15:40 +0200
  Re: [RFC v2 1/4] mm: make alloc_pages_exact_node pass  __GFP_THISNODE Christoph Lameter <cl@linux.com> - 2015-07-30 16:40 +0200
  Re: [RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE Johannes Weiner <hannes@cmpxchg.org> - 2015-07-30 17:20 +0200

csiph-web