From 4c6d3926008347d5034bdbade8077890425a55ec Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 29 Nov 2025 22:01:03 +0100 Subject: 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 --- tests/root_test/root_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go index c531ebb..650d802 100644 --- a/tests/root_test/root_test.go +++ b/tests/root_test/root_test.go @@ -305,9 +305,6 @@ func TestOverlay(t *testing.T) { t.Skip("must run as root") } cDir := test_helpers.InitFS(t) - if syscallcompat.DetectQuirks(cDir)&syscallcompat.QuirkNoUserXattr != 0 { - t.Logf("No user xattrs! overlay mount will likely fail.") - } os.Chmod(cDir, 0755) pDir := cDir + ".mnt" test_helpers.MountOrFatal(t, cDir, pDir, "-allow_other", "-extpass=echo test") -- cgit v1.2.3