hanwen / go-fuse

FUSE bindings for Go
Other
1.97k stars 313 forks source link

Fix conflict opcodes on linux and darwin #494

Closed dsxack closed 7 months ago

dsxack commented 7 months ago

CAP_SETXATTR_EXT,CAP_INIT_EXT,CAP_INIT_RESERVED opcodes conflicts with osxfuse CAP_CASE_INSENSITIVE,CAP_VOL_RENAME,CAP_XTIMES opcodes, that's causing panic, so it should be moved into linux specific build.

It fixes https://github.com/hanwen/go-fuse/issues/493 Gerrit: https://review.gerrithub.io/c/hanwen/go-fuse/+/1171980

hanwen commented 7 months ago

https://github.com/hanwen/go-fuse/commit/aab5a0dd1b9eea289e9f0cda96a283baaa1b5d10

EdSchouten commented 6 months ago

Any chance you're going to cut a release that includes this fix?

darthShadow commented 5 months ago

Hi @hanwen, would it be possible to tag a new version with this fix included please?

hanwen commented 5 months ago

Hi @hanwen, would it be possible to tag a new version with this fix included please?

Will look into it when I'm back, early Feb.

hanwen commented 4 months ago

I pushed a 2.5.0 tag.