Hacker News new | ask | show | jobs
by tiffanyh 868 days ago
OpenBSD recently decided to turn OFF soft update, by default.

https://undeadly.org/cgi?action=article;sid=20230706044554

2 comments

Although, according to the link, not because there's anything wrong with it, but because other changes they want to make to the filesystem code would risk breaking soft updates.
FTA:

Log message: Make softdep mounts a no-op

Softdep is a significant impediment to progressing in the vfs layer so we plan to get it out of the way. It is too clever for us to continue maintaining as it is.