Re: [patch] SLQB v2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Piggin
Date: Thursday, May 1, 2008 - 6:48 pm

On Thu, May 01, 2008 at 06:28:57PM -0700, Christoph Lameter wrote:

You want to also put slab and slob in there? What about page allocator?
It is ridiculous for the sake of "being easy to inspect with debuggers".
How hard is (struct slub_page *) to type?

Here is a real benefit you get with clearly defined types for struct
page: type checking.



compound_page_head() is fine too.

 

So does kmalloc if you take the union of all types it might possibly
be used as.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch] SLQB v2, Nick Piggin, (Thu Apr 10, 12:31 pm)
Re: [patch] SLQB v2, Ahmed S. Darwish, (Mon Apr 14, 8:44 pm)
Re: [patch] SLQB v2, Nick Piggin, (Wed Apr 30, 6:54 pm)
Re: [patch] SLQB v2, Christoph Lameter, (Thu May 1, 12:29 pm)
Re: [patch] SLQB v2, Nick Piggin, (Thu May 1, 5:43 pm)
Re: [patch] SLQB v2, Christoph Lameter, (Thu May 1, 6:14 pm)
Re: [patch] SLQB v2, Nick Piggin, (Thu May 1, 6:23 pm)
Re: [patch] SLQB v2, Christoph Lameter, (Thu May 1, 6:28 pm)
Re: [patch] SLQB v2, Nick Piggin, (Thu May 1, 6:48 pm)