Split up handle map in 64 and 32 bits.
For 32 bit platforms, we don't want to generate 64 bit inode numbers, as that will cause EOVERFLOW when running stat() and friends.
Showing
Please register or sign in to comment
For 32 bit platforms, we don't want to generate 64 bit inode numbers, as that will cause EOVERFLOW when running stat() and friends.