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

From: Roland Dreier
Date: Tue Apr 21 2009 - 13:34:52 EST


> + 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/