fusego/samples
Ka-Hing Cheung e7bcad2083 fix getxattr and listxattr (#72)
previously, this will fail if /mnt/file doesn't have an xattr:

```
listxattr("/mnt/file", 0x7fe8b3686830, 256) = -1 EIO (Input/output error)
```

We should be returning the actual size only if the input size is
zero. Related issue is if the filesystem returns ERANGE, we should
propagate that error instead of returning the actual size.

Replaced go-xattr usage with x/sys/unix so we can test this.
2019-12-11 09:41:37 +01:00
..
cachingfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
dynamicfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
errorfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
flushfs flush_fs_test: match another error message 2019-09-18 16:27:50 +02:00
forgetfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
hellofs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
interruptfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
memfs fix getxattr and listxattr (#72) 2019-12-11 09:41:37 +01:00
mount_sample fix formatting directives (to pass go test) 2019-09-16 18:28:45 +02:00
statfs replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
in_process.go replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
subprocess.go replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
unmount.go Fixed a build error. 2015-03-25 10:17:02 +11:00