Skip to content

Add --inode-file-handles=mandatory

In this mode, we never fall back to opening an O_PATH file descriptor to keep in our InodeData objects, but instead return all name_to_handle_at() errors to the guest.

Merge request reports