[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <84144f020707170110x4ac04320rb2ce3695d70baac8@mail.gmail.com>
Date: Tue, 17 Jul 2007 11:10:37 +0300
From: "Pekka Enberg" <penberg@...helsinki.fi>
To: "Al Viro" <viro@....linux.org.uk>
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, jdike@...toit.com
Subject: Re: [PATCH] um_kmalloc() remnants
On 7/17/07, Al Viro <viro@....linux.org.uk> wrote:
> > - pri->compiled = um_kmalloc(sizeof(struct bpf_program));
> > + pri->compiled = kmalloc(sizeof(struct bpf_program), UM_GFP_KERNEL);
On 7/17/07, Pekka Enberg <penberg@...helsinki.fi> wrote:
> GFP_KERNEL?
Uhm, missed this: http://lkml.org/lkml/2007/6/14/374. Sorry for the noise.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists