mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-06 10:35:47 +08:00

creates a 64bit inode value from the underlying device value + original inode final_ino = orig_ino | (dev << 32) not perfect but given few filesystems use 64bit inodes nor is st_dev more than 16bit usually it should be fine