[Python-Dev] Ext4 data loss (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Mar 11 19:20:50 CET 2009
- Previous message: [Python-Dev] Ext4 data loss
- Next message: [Python-Dev] Ext4 data loss
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe it would make more sense for "synced" to force fsync() on each flush, not only on close. I'm not sure how useful it is, but that's what "synced" would imply to me.
That should be implement by passing O_SYNC on open, rather than explicitly calling fsync.
Regards, Martin
- Previous message: [Python-Dev] Ext4 data loss
- Next message: [Python-Dev] Ext4 data loss
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]