Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1196411
| From | Christoph Lameter <cl@linux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node |
| Date | 2015-07-30 22:10 +0200 |
| Message-ID | <pS2jo-dO-23@gated-at.bofh.it> (permalink) |
| References | <pRZ2a-3Qp-19@gated-at.bofh.it> <pS0hA-5z1-1@gated-at.bofh.it> <pS2jo-dO-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web