Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261359AbVELJOi (ORCPT ); Thu, 12 May 2005 05:14:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261356AbVELJOi (ORCPT ); Thu, 12 May 2005 05:14:38 -0400 Received: from mtagate4.de.ibm.com ([195.212.29.153]:60076 "EHLO mtagate4.de.ibm.com") by vger.kernel.org with ESMTP id S261368AbVELJK7 convert rfc822-to-8bit (ORCPT ); Thu, 12 May 2005 05:10:59 -0400 Message-ID: <42831D97.8000600@freenet.de> Date: Thu, 12 May 2005 11:10:47 +0200 From: Carsten Otte User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?J=F6rn_Engel?= CC: David Woodhouse , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, schwidefsky@de.ibm.com, akpm@osdl.org Subject: Re: [RFC/PATCH 0/5] add execute in place support References: <428216DF.8070205@de.ibm.com> <1115828389.16187.544.camel@hades.cambridge.redhat.com> <42823450.8030007@freenet.de> <20050512085741.GA16361@wohnheim.fh-wedel.de> In-Reply-To: <20050512085741.GA16361@wohnheim.fh-wedel.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 756 Lines: 20 J?rn Engel wrote: > In principle, both the block device abstraction and the mtd > >abstraction fit your bill. But jffs2 doesn't, so no in-kernel fs >could make use of a xip-aware mtd abstraction. > > True. In fact I thought about an mtd device driver for our dcss segments instead of a block device driver. A filesystem on top of mtd that implements get_xip_page does the very same job. But after I decided to build on the ext family, I discarded that idea because ext does use the block device interface. - 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/