From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765632AbXGKSHR (ORCPT ); Wed, 11 Jul 2007 14:07:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758224AbXGKSHE (ORCPT ); Wed, 11 Jul 2007 14:07:04 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:46503 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754040AbXGKSHD (ORCPT ); Wed, 11 Jul 2007 14:07:03 -0400 Date: Wed, 11 Jul 2007 11:06:59 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Matt Mackall cc: Nick Piggin , Andrew Morton , Ingo Molnar , linux-kernel@vger.kernel.org, linux-mm@vger.kernel.org, suresh.b.siddha@intel.com, corey.d.gough@intel.com, Pekka Enberg , Denis Vlasenko , Erik Andersen Subject: Re: [patch 09/10] Remove the SLOB allocator for 2.6.23 In-Reply-To: <20070711020646.GZ11115@waste.org> Message-ID: References: <4691A415.6040208@yahoo.com.au> <20070709095116.c2ea700f.akpm@linux-foundation.org> <4692E44E.6000606@yahoo.com.au> <4692E8B5.3030404@yahoo.com.au> <20070710083212.GG11115@waste.org> <20070711020646.GZ11115@waste.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Jul 2007, Matt Mackall wrote: > > git log --pretty=short mm/slob.c > > A dozen trivial cleanups do not make you maintainer. Otherwise we'd > all be sending our patches to Adrian rather than Linus. Of course you are the maintainer but you only authored a single patch which was the original submission in all the time that SLOB was in the tree. I keep having to clean up the allocator that has--according to Pekka--more memory requirements than SLUB. There is no point in keeping it around anymore it seems.