Re: 2.6.6-rc3-mm2 (4KSTACK)
From: Arjan van de Ven
Date: Fri May 07 2004 - 11:02:54 EST
On Fri, May 07, 2004 at 10:47:56AM -0500, Steve Lord wrote:
> >- if (mlen > sizeof(buf))
> >+ obj.data = kmalloc(1024, GFP_KERNEL);
> >+ if (!obj.data)
> >+ return -ENOMEM;
> >+
> >+ if (mlen > 1024) {
>
> That's what I hate about all of this, just think how much stack that
> kmalloc can take in low memory situations.... it might end up in
> writepage on another nfs file....
it clearly needs to be GFP_NOFS
Attachment:
pgp00000.pgp
Description: PGP signature