mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 12:51:34 +00:00
There are programms that use struct stat's st_ino field to check certain conditions. Since we are using multiple filesystems in a noux session we cannot use the inode number which the actual filesystem provides. Therefore we calculate a random inode number by hashing the stated path. Fixes #299.