Cc: Christoph Hellwig <hch@...>, Mingming Cao <cmm@...>, <linux-fsdevel@...>, <adilger@...>, <sho@...>, ext4 development <linux-ext4@...>, <linux-kernel@...>
On Mon, Sep 03, 2007 at 12:55:04AM -0700, Christoph Lameter wrote:
The problem is that we must never use kmalloc pages, so we always need
to request a page or more for these. Better to use get_free_page directly,
that's how I fixed it in XFS a while ago.
-