This makes very little sense. The author shows a fsync() benchmark comparing an actualy fsync (Pixel on ext4 without nobarrier) with a nobarrier (no-op fsync) alternative. The only thing this benchmark shows is that a no-op is faster than the real thing.
idbehold|9 years ago
moonlander|9 years ago
cbsmith|9 years ago
There is a good question though... do you really need fsync on Android? If you don't, why are you calling it?