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

Roland Dreier rdreier at cisco.com
Wed Apr 22 03:34:30 EST 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 Linuxppc-dev mailing list