diff options
author | Bolshevik | 2018-05-01 18:46:51 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-05-07 21:45:40 +0200 |
commit | 5ccc06d5cb321b1400e33a7d0819bf617c52600d (patch) | |
tree | d9399abae93ddff2f9d549b7cd8290a75f42e7a0 /internal/fusefrontend/xattr_notlinux.go | |
parent | 95964fb5f0646ffb21d7b67ac9077ba2ef880526 (diff) |
xattr: added passing of a "flags" parameter
Pass the "flags" parameter to the lower layer syscall.
This makes Apple applications being able to successfully save data.
Diffstat (limited to 'internal/fusefrontend/xattr_notlinux.go')
-rw-r--r-- | internal/fusefrontend/xattr_notlinux.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/fusefrontend/xattr_notlinux.go b/internal/fusefrontend/xattr_notlinux.go deleted file mode 100644 index aa9c981..0000000 --- a/internal/fusefrontend/xattr_notlinux.go +++ /dev/null @@ -1,8 +0,0 @@ -// +build !linux - -// Package fusefrontend interfaces directly with the go-fuse library. -package fusefrontend - -func disallowedXAttrName(attr string) bool { - return false -} |