Re: [PATCH] um_kmalloc() remnants

From: Pekka Enberg
Date: Tue Jul 17 2007 - 04:08:53 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);

GFP_KERNEL?
-
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/