Skip to content

fuse_file_info struct fixes needed #39

@ThomasWaldmann

Description

@ThomasWaldmann

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions