Re: + fix-spellings-of-slab-allocator-section-in-init-kconfig.patchadded to -mm tree

From: Nick Piggin
Date: Tue May 08 2007 - 22:10:40 EST


David Miller wrote:
From: Christoph Lameter <clameter@xxxxxxx>
Date: Tue, 8 May 2007 18:57:04 -0700 (PDT)


On Tue, 8 May 2007, David Miller wrote:


I'm just reading over the code to figure out what to type to you, you
could read the code too it's not very complicated :-)

I have read it numerous times and my conclusion is that it uses the descriptors for that purpose. But Matt claims they are not necessary. So I am just trying to figure out how one can get to that conclusion.


He is saying the metadata is not necessary for allocated objects.
At least that's my take.

Right. You only need to know blob boundaries for free blobs (so you can
allocate from or merge to). For allocated blobs, you know the start
(which is the address of the memory), and the end (which is the start +
the size contained in kmem_cache structure).

--
SUSE Labs, Novell Inc.
-
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/