[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090110101235.7ca24c44.akpm@linux-foundation.org>
Date: Sat, 10 Jan 2009 10:12:35 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Jörn Engel <joern@...fs.org>
Cc: Ingo Molnar <mingo@...e.hu>, David Brown <lkml@...idb.org>,
Phil Oester <kernel@...uxace.com>,
Kay Sievers <kay.sievers@...y.org>,
Phillip Lougher <phillip@...gher.demon.co.uk>,
Christoph Hellwig <hch@...radead.org>,
torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [GIT PULL] Squashfs pull request for 2.6.29
On Sat, 10 Jan 2009 17:50:33 +0100 J__rn Engel <joern@...fs.org> wrote:
> What is the thing that makes a read only
> filesystem special?
Nothing, really.
The filesystem has mount options (I think). That interface needs to be
maintained.
More importantly, the filesystem driver has to be able to read older
filesystem instances. This is a userspace-visible binary interface!
A really complex one.
If for some reason we wish to change the on-disk format then that could
be done now. But once the code is merged, such changes could only be
done in a back-compatible way.
And the day-one code (ie: this code) would need to be designed so that
such on-disk changes can be made - we don't want old kernels exploding
when asked to read new-layout filesystem instances. This is what `grep
-i compat include/linux/ext2_fs.h' is all about.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists