Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux