Re: Is F_FULLFSYNC still important on iOS or with SSDs?
On Apr 25, 2014, at 8:12 AM, Jens Alfke <jens@mooseyard.com> wrote:
* Is F_FULLFSYNC important on iOS devices, since they never suffer abrupt power failures, instead shutting down cleanly when the battery level drops too low? (But judging by how long it takes to issue an END TRANSACTION statement in SQLite, that codebase still seems to be using it on iOS.)
I would be worried that (1) the shutdown-before-power-failure mechanism may not be foolproof, and (2) a kernel panic could still leave the truly non-volatile storage in an inconsistent state. -- Greg Parker gparker@apple.com Runtime Wrangler _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com
participants (1)
-
Greg Parker