https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288444
Bakul Shah <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bakul Shah <[email protected]> --- On my machine none of the inodes have st_ino >= 2**48. st_dev seems to be fixed for all inodes on each filesystem. One suggestion is to store 48 bits of st_ino + a 16 bit index into st_dev table -- you're unlikely to have 64K distinct filesystems on a given machine. For the time being err out when st_ino >= 2**48. Code for that can be added later if needed. -- You are receiving this mail because: You are the assignee for the bug.
