Post #1887754
2026-04-25 06:39 UTC
@swick I just landed a refresh to chaseat() in systemd so it takes separate root and directory file descriptors as part of the InodeRef prep work. The only annoying thing about that is you can't easily check if a directory file descriptor is a child of another directory file descriptor. You have to walk upwards to check which is just horribly slow.
Replies (1)
-
@swick@hachyderm.io 2026-04-25 14:37
@daandemeyer saw it already :) interesting for sure and I'll keep an eye on it