Y
Hacker News
new
|
ask
|
show
|
jobs
by
zielmicha
2396 days ago
You don't need fsync if you only care about your user process being killed. It protects only against power loss/kernel crash - the filesystem is not running as user process, so it can't be killed.