[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <84144f020706181311u2bb10658i3869f7aeb8e29f8e@mail.gmail.com>
Date: Mon, 18 Jun 2007 23:11:59 +0300
From: "Pekka Enberg" <penberg@...helsinki.fi>
To: "clameter@....com" <clameter@....com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, suresh.b.siddha@...el.com
Subject: Re: [patch 04/26] Slab allocators: Support __GFP_ZERO in all allocators.
On 6/18/07, clameter@....com <clameter@....com> wrote:
> A kernel convention for many allocators is that if __GFP_ZERO is passed to
> an allocator then the allocated memory should be zeroed.
>
> This is currently not supported by the slab allocators. The inconsistency
> makes it difficult to implement in derived allocators such as in the uncached
> allocator and the pool allocators.
[snip]
> So add the necessary logic to all slab allocators to support __GFP_ZERO.
Looks good to me.
Acked-by: Pekka Enberg <penberg@...helsinki.fi>
-
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