Wishful thinking
Wishful thinking
Posted Mar 16, 2009 22:53 UTC (Mon) by quotemstr (subscriber, #45331)In reply to: Wishful thinking by bojan
Parent article: Garrett: ext4, application expectations and power management
If you take a broken application to a perfectly good system that doesn't order renames, because it doesn't have to, you will lose data.Adhering to POSIX is not the same as being "perfectly good".
POSIX is not nonsensical, it is completely asynchronous and unorderedNo, it's perfectly synchronous, ordered, and atomic with respect to a running system. It's only in the case of an unclean shutdown that we disagree, and POSIX really doesn't say much at all about that scenario. My behavior, your behavior, and overwriting with carrots are all perfectly POSIX-compliant with respect to a system that's been shut down uncleanly. To the greatest extent possible, the state of a system after an unclean shutdown should reflect the state the system was in shortly before that shutdown, and an ordered rename goes a long way toward achieving that.
