Re: Collapse ext2 and 3 please

From: Andrew Morton
Date: Fri Jun 25 2004 - 16:59:59 EST


Sean Neakums <sneakums@xxxxxxxx> wrote:
>
> I seem to remember somebody, I think maybe Andrew Morton, suggesting
> that a no-journal mode be added to ext3 so that ext2 could be removed.
> I can't find the message in question right now, though.

I think it could be done, mainly as a kernel-space-saving exercise. But
the two filesystems are quite different nowadays.

ext2 uses per-inode pagecache for directories, ext3 uses blockdev
pagecache. The truncate algorithms are significantly different. Other stuff.

Much pain, little gain.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/