hanwen / go-fuse

FUSE bindings for Go
Other
2.04k stars 327 forks source link

Fails xfstests generic/053, missing SetXAttr function #56

Closed rfjakob closed 9 years ago

rfjakob commented 9 years ago

loopbackfs fails xfstests generic/053 because SetXAttr is not implemented.

A fix is included in my pull request https://github.com/hanwen/go-fuse/pull/53 .

hanwen commented 9 years ago

i fixed up the comment and cherry picked.

rfjakob commented 9 years ago

Thanks, closing the ticket.