aboutsummaryrefslogtreecommitdiff
path: root/internal/syscallcompat/quirks.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-11-29 22:01:03 +0100
committerJakob Unterwurzacher2025-11-29 22:01:03 +0100
commit4c6d3926008347d5034bdbade8077890425a55ec (patch)
tree6dcc281b8c81398c4b40962eaf9c3e484a35b6c3 /internal/syscallcompat/quirks.go
parent75247e14612d2e71311aeeb7060ea704c96c3154 (diff)
quirks: drop tmpfs xattr quirk
tmpfs supports user xattrs since Linux 6.6 (anno 2023): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2daf18a7884dc03d5164ab9c7dc3f2ea70638469
Diffstat (limited to 'internal/syscallcompat/quirks.go')
-rw-r--r--internal/syscallcompat/quirks.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/syscallcompat/quirks.go b/internal/syscallcompat/quirks.go
index 858f16d..110c00d 100644
--- a/internal/syscallcompat/quirks.go
+++ b/internal/syscallcompat/quirks.go
@@ -13,8 +13,6 @@ 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) {