On Wed, Jul 03, 2013 at 03:57:45PM +0000, Christoph Lameter wrote: > On Wed, 3 Jul 2013, Joonsoo Kim wrote: > > > @@ -298,13 +298,15 @@ static inline void arch_alloc_page(struct page *page, int order) { } > > > > struct page * > > __alloc_pages_nodemask(gfp_t gfp_mask, unsigned int order, > > - struct zonelist *zonelist, nodemask_t *nodemask); > > + struct zonelist *zonelist, nodemask_t *nodemask, > > + unsigned long *nr_pages, struct page **pages); > > > > Add a separate function for the allocation of multiple pages instead? Hello. I will try it, but, I don't like to implement a separate function. Please reference my reply to [0/5]. Thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>