Re: [PATCH] um_kmalloc() remnants

From: Pekka Enberg
Date: Tue Jul 17 2007 - 04:10:54 EST


On 7/17/07, Al Viro <viro@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/