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


Groups > linux.kernel > #1196411 > unrolled thread

Re: [PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node

Started byChristoph Lameter <cl@linux.com>
First post2015-07-30 22:10 +0200
Last post2015-07-30 22:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 1/3] mm: rename alloc_pages_exact_node to  __alloc_pages_node Christoph Lameter <cl@linux.com> - 2015-07-30 22:10 +0200

#1196411 — Re: [PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node

FromChristoph Lameter <cl@linux.com>
Date2015-07-30 22:10 +0200
SubjectRe: [PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
Message-ID<pS2jo-dO-23@gated-at.bofh.it>
On Thu, 30 Jul 2015, Vlastimil Babka wrote:

> > NAK. This is changing slob behavior. With no node specified it must use
> > alloc_pages because that obeys NUMA memory policies etc etc. It should not
> > force allocation from the current node like what is happening here after
> > the patch. See the code in slub.c that is similar.
>
> Doh, somehow I convinced myself that there's #else and alloc_pages() is only
> used for !CONFIG_NUMA so it doesn't matter. Here's a fixed version.

Acked-by: Christoph Lameter <cl@linux.com>
--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web