Re: [RFC][PATCH 4/6] Slab Prep: slab_destruct()

From: Matthew Dobson
Date: Wed Dec 14 2005 - 11:29:41 EST


Pekka Enberg wrote:
> On 12/14/05, Matthew Dobson <colpatch@xxxxxxxxxx> wrote:
>
>>Create a helper function for slab_destroy() called slab_destruct(). Remove
>>some ifdefs inside functions and generally make the slab destroying code
>>more readable prior to slab support for the Critical Page Pool.
>
>
> Looks good. How about calling it slab_destroy_objs instead?
>
> Pekka

I called it slab_destruct() because it's the part of the old slab_destroy()
that called the slab destructor to destroy the slab's objects.
slab_destroy_objs() is reasonable as well, though, and I can live with that.

Thanks!

-Matt
-
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/