From 5ccc06d5cb321b1400e33a7d0819bf617c52600d Mon Sep 17 00:00:00 2001 From: Bolshevik Date: Tue, 1 May 2018 18:46:51 +0200 Subject: 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. --- internal/fusefrontend/xattr_notlinux.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 internal/fusefrontend/xattr_notlinux.go (limited to 'internal/fusefrontend/xattr_notlinux.go') 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 -} -- cgit v1.2.3