On Tue, 10 Jul 2007, Matt Mackall wrote:
> You're delusional.
Git log says otherwise:
git log --pretty=short mm/slob.c
Author: Christoph Lameter <[EMAIL PROTECTED]>
Remove SLAB_CTOR_CONSTRUCTOR
Author: Christoph Lameter <[EMAIL PROTECTED]>
Slab allocators: Drop support for destructors
Author: Nick Piggin <[EMAIL PROTECTED]>
slob: implement RCU freeing
Author: Akinobu Mita <[EMAIL PROTECTED]>
slob: fix page order calculation on not 4KB page
Author: Christoph Lameter <[EMAIL PROTECTED]>
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
Author: Akinobu Mita <[EMAIL PROTECTED]>
slob: handle SLAB_PANIC flag
Author: Pekka Enberg <[EMAIL PROTECTED]>
slab: introduce krealloc
Author: Dimitri Gorokhovik <[EMAIL PROTECTED]>
[PATCH] MM: SLOB is broken by recent cleanup of slab.h
Author: Christoph Lameter <[EMAIL PROTECTED]>
[PATCH] More slab.h cleanups
Author: Christoph Lameter <[EMAIL PROTECTED]>
[PATCH] Cleanup slab headers / API to allow easy addition of new slab
allocators
Author: Alexey Dobriyan <[EMAIL PROTECTED]>
[PATCH] Make kmem_cache_destroy() return void
Author: Christoph Lameter <[EMAIL PROTECTED]>
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
Author: Christoph Lameter <[EMAIL PROTECTED]>
[PATCH] Extract the allocpercpu functions from the slab allocator
Author: Jörn Engel <[EMAIL PROTECTED]>
Remove obsolete #include <linux/config.h>
Author: John Hawkes <[EMAIL PROTECTED]>
[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS
Author: Pekka Enberg <[EMAIL PROTECTED]>
[PATCH] slab: introduce kmem_cache_zalloc allocator
Author: Ingo Molnar <[EMAIL PROTECTED]>
[PATCH] SLOB=y && SMP=y fix
Author: Matt Mackall <[EMAIL PROTECTED]>
[PATCH] slob: introduce the SLOB allocator