Re: [yocto] File synchronization on ubifs/xfs

2019-05-13 Thread Sebastian Brand
e on their system, since it is safe on ext4. And for me it was more reasonable to implement a busybox feature than the alternative solutions. Cheers, Sebastian ____ From: Mike Looijmans Sent: Monday, May 13, 2019 1:39 PM To: Sebastian Brand; yocto@yoct

[yocto] File synchronization on ubifs/xfs

2019-04-15 Thread Sebastian Brand
Hi all, I stumbled into an file synchronization problem, and I am curious if there are more people using Yocto and ubifs/xfs/similar that have an interest of "fsync before rename"? When trying to atomically update a file a common flow is "create copy, edit copy, rename copy->original", but