Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932622AbXBVGQ4 (ORCPT ); Thu, 22 Feb 2007 01:16:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932890AbXBVGQ4 (ORCPT ); Thu, 22 Feb 2007 01:16:56 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:40269 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932622AbXBVGQz (ORCPT ); Thu, 22 Feb 2007 01:16:55 -0500 Message-ID: <45DD3574.9070801@cs.helsinki.fi> Date: Thu, 22 Feb 2007 08:17:24 +0200 From: Pekka Enberg User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Andrew Morton CC: Josef Sipek , Adrian Bunk , linux-kernel@vger.kernel.org, unionfs@filesystems.org, clameter@sgi.com Subject: Re: [-mm patch] UNION_FS must depend on SLAB References: <20070217215146.30e7ffa3.akpm@linux-foundation.org> <20070220000810.GK13958@stusta.de> <84144f020702192237k78a5045bl51e0871fb3cac253@mail.gmail.com> <20070220151356.GA19239@filer.fsl.cs.sunysb.edu> <20070221141944.af6001db.akpm@linux-foundation.org> <20070222020036.GE5867@filer.fsl.cs.sunysb.edu> <20070221182657.57264123.akpm@linux-foundation.org> In-Reply-To: <20070221182657.57264123.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 881 Lines: 21 Hi Andrew, Andrew Morton wrote: > Problem is, it doesn't seem that we'll be merging unionfs any time soon so > we shouldn't be adding slab infrastructure on its behalf. And I'd prefer > not to have to carry slab changes in a filesystem tree. I think we can merge krealloc without unionfs. I'll whoop up a new patch as per Christoph's suggestions. I think at least XFS already has its own realloc and there might be some other open-coded users. It's not _changing_ the slab as much as adding new functionality that makes sense fron a general point of view. The ksize exports we can add later if unionfs is to be merged. Pekka - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/