Cc: Christoph Hellwig <hch@...>, <pbadari@...>, Christoph Lameter <clameter@...>, <linux-fsdevel@...>, ext4 development <linux-ext4@...>, <linux-kernel@...>
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.
-