Re: LogFS merge

From: Linus Torvalds
Date: Sat May 03 2008 - 13:18:19 EST




On Sat, 3 May 2008, Willy Tarreau wrote:
>
> Why not merge it and mark it experimental then ? In fact, this is about
> what you're looking for : reduced merge hassle and more testers.

The real issue for me wrt a filesystem is the on-disk layout.

If we know that on-disk structures need change, we shouldn't merge it. It
doesn't matter if that can be worked around with some backwards-
compatibiltiy flag: we should simply not encourage that kind of behaviour.
It would be much much better to just get a layout that is as final as
possible and avoid the "there are two different formats, because the first
format was known to be broken" issue.

Will extensions happen and add features anyway? Probably. But that's
different from merging something knowing that the on-disk format will
change.

Linus
--
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/