Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP

2007-06-06 Thread Richard Griffiths
On Wed, 2007-06-06 at 12:33 +0100, Christoph Hellwig wrote: > I might be a little late in the discussion, but I somehow missed this > before. Please don't add this xip support to cramfs, because the > whole point of cramfs is to be a simple _compressed_ filesystem, > and we really don't want to ad

Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP

2007-05-24 Thread Richard Griffiths
On Thu, 2007-05-24 at 13:22 -0700, Jared Hulbert wrote: > On 5/22/07, Richard Griffiths <[EMAIL PROTECTED]> wrote: > > Venerable cramfs fs Linear XIP patch originally from MontaVista, used in > > the embedded Linux community for years, updated for 2.6.21. Tested on > &g

Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP

2007-05-23 Thread Richard Griffiths (wrs)
On Wed, 2007-05-23 at 09:51 +0200, Carsten Otte wrote: > Andrew Morton wrote: > > But we'd expected and hoped that flash-based XIP would be able to use > > the existing xip infrastructure, in mm/filemap_xip.c. Not possible? > Thanks for the heads up Andrew. Reading the cramfs patch, I've found a

Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP

2007-05-22 Thread Richard Griffiths (wrs)
On Tue, 2007-05-22 at 15:49 -0700, Andrew Morton wrote: > On Tue, 22 May 2007 15:09:39 -0700 > Richard Griffiths <[EMAIL PROTECTED]> wrote: > > > Venerable cramfs fs Linear XIP patch originally from MontaVista, used in > > the embedded Linux community for years, up

[PATCH 2.6.21] cramfs: add cramfs Linear XIP

2007-05-22 Thread Richard Griffiths
TED]> Signed-off-by: Richard Griffiths <[EMAIL PROTECTED]> --- fs/Kconfig | 45 + fs/cramfs/inode.c| 212 +-- include/linux/cramfs_fs_sb.h |4 include/linux/mm.h |1 init/do_mounts.c