Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ino_t a consistent size #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rm5248
Copy link

@rm5248 rm5248 commented Mar 14, 2025

Proposed fix for #48

Effectively this just introduces a new type (pfs::pfs_ino_t) that is used instead of ino_t so that it is always the same size, no matter if ino_t is 32 bits or 64 bits.

This might break some current code due to the type changing and the size(number of bits) of the type changing.

I've done some minimal testing on my side

@dtrugman
Copy link
Owner

Thanks @rm5248, I will take a look at that in the following days!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants