forked from fusepy/fusepy
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The new struct layout test from #38 has some TODO in it - remove the commented fuse_file_info member offset prints and run the test to see it.
I couldn't make it work, so this is for somebody else to solve.
The struct test output indicates that these changes are needed:
u2204 x86_64+arm64 fuse 3.10 fuse_file_info: fh offset 16 -> 24
u2204 x86_64+arm64 fuse 3.10 fuse_file_info: lock_owner offset 24 -> 32
u2404 x86_64+arm64 fuse 3.14 fuse_file_info: fh offset 16 -> 24
u2404 x86_64+arm64 fuse 3.14 fuse_file_info: lock_owner offset 24 -> 32
netbsd x86_64 fuse 2.9 fuse_file_info: fh offset 24 -> 16
netbsd x86_64 fuse 2.9 fuse_file_info: lock_owner offset 32 -> 24
Metadata
Metadata
Assignees
Labels
No labels