Hacker News new | ask | show | jobs
by masklinn 1427 days ago
What they (and TFA) are saying is that there is no transactional view of the FS. If you could work in “repeatable read” (only and always see the state of the FS before you started the transaction) symlink races wouldn’t be possible.
1 comments

Right, but there is no transactional view with or without symlinks.
Without symlinks it doesn't matter, because by definition a symlink race requires a symlink to be involved.