On Mon, Sep 17, 2007 at 12:29:51PM -0700, Mingming Cao wrote:
kmalloc is using slabs :)
The intent was to avoid the wasted memory, but as we've repeated a gazillion
times wasted memory on a rather rare codepath doesn't really matter when
you just crash random storage drivers otherwise.
-