[ewg] Re: [PATCH 1/3] IB/ehca: Replace vmalloc with kmalloc

Roland Dreier rdreier at cisco.com
Tue Apr 21 10:34:30 PDT 2009


 > +	queue->queue_pages = kmalloc(nr_of_pages * sizeof(void *), GFP_KERNEL);

How big might this buffer be?  Any chance of allocation failure due to
memory fragmentation?

 - R.



More information about the ewg mailing list