Dave Jones wrote:
Am I missing something fundamental that precludes the use of both extent-based and current existing filesystems from the same code simultaneously ?
Nothing precludes it. The point is that introducing major format changes inline in this manner just complicates the code progressively to the point where your directory walking, inode block walking, and other code winds up being
if (new) ... else ..._anyway_, at which point it is essentially multiple independent filesystems. I guarantee this won't be the last fundamental fs metadata design change people will want to make...
Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Andreas Dilger <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- References:
- Re: [RFC 0/13] extents and 48bit ext3
- From: Andreas Dilger <[email protected]>
- Re: [RFC 0/13] extents and 48bit ext3
- From: Jeff Garzik <[email protected]>
- Re: [RFC 0/13] extents and 48bit ext3
- From: Jeff Garzik <[email protected]>
- Re: [RFC 0/13] extents and 48bit ext3
- From: Linus Torvalds <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Alex Tomas <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Linus Torvalds <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Alex Tomas <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Jeff Garzik <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Theodore Tso <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Joel Becker <[email protected]>
- Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- From: Dave Jones <[email protected]>
- Re: [RFC 0/13] extents and 48bit ext3
- Prev by Date: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- Next by Date: Re: 2.6.17-rc5-mm3: bad unlock ordering (reiser4?)
- Previous by thread: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- Next by thread: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3
- Index(es):