[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <84144f020707170108v64f26bfbjb8ce4c6ba69266d0@mail.gmail.com>
Date: Tue, 17 Jul 2007 11:08: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);
GFP_KERNEL?
-
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