Hacker News new | ask | show | jobs
by kragen 517 days ago
That flushes, just like the fsync() system call mentioned in Luu's post.
1 comments

It actually writes dirty data and then flushes.

That said, IO barriers in storage are typically synonymous with flushes. For example, the ext4 nobarrier mount option disables flushes.