aboutsummaryrefslogtreecommitdiff
path: root/internal/syscallcompat/quirks.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2022-01-27 15:44:09 +0100
committerJakob Unterwurzacher2022-01-27 15:44:09 +0100
commitba75aa1ab0dcef8ad8c8fbb11e8895413ad26787 (patch)
treea64b15a0b69bbecf4900a4ae0fc77fac303a4f10 /internal/syscallcompat/quirks.go
parentb636f79f8981f2b782a26dbf074ed457157d8413 (diff)
root_test: add TestOverlay ; syscallcompat: add QuirkNoUserXattr
Diffstat (limited to 'internal/syscallcompat/quirks.go')
-rw-r--r--internal/syscallcompat/quirks.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/syscallcompat/quirks.go b/internal/syscallcompat/quirks.go
index 110c00d..858f16d 100644
--- a/internal/syscallcompat/quirks.go
+++ b/internal/syscallcompat/quirks.go
@@ -13,6 +13,8 @@ const (
// On MacOS ExFAT, all empty files share inode number 1:
// https://github.com/rfjakob/gocryptfs/issues/585
QuirkDuplicateIno1
+ // QuirkNoUserXattr means that user.* xattrs are not supported
+ QuirkNoUserXattr
)
func logQuirk(s string) {