It's also not clear that ext3 can really do much better than the regular
generic_writepages() logic. I mean, seriously, what's there to improve on?
The transaction code is all normally totally pointless, and I merged the
patch that avoids it when not necessary.
It might be different if more people used "data=journal", but I don't
doubt that is very common. For data=writeback and data=ordered, I bet
generic_writepages() is as good as anything ext3-specific could be.
Linus
--