[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169820202.1433624.7967857427780514888.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:23:33 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, zlang@...hat.com
Cc: neal@...pa.dev, fstests@...r.kernel.org, linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org, joannelkoong@...il.com, bernd@...ernd.com
Subject: [PATCH 12/33] generic/732: disable for fuse.ext4
From: Darrick J. Wong <djwong@...nel.org>
fuse2fs (when installed as a mount.fuse.ext4 helper program) doesn't
handle the case where someone tries to mount the same device multiple
times because there's no way for userspace to find an existing mount and
bind mount it to the new mountpoint like the kernel does.
Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
tests/generic/732 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/generic/732 b/tests/generic/732
index 83caa0bc915c32..dd985c3006ee07 100755
--- a/tests/generic/732
+++ b/tests/generic/732
@@ -27,6 +27,7 @@ _cleanup()
_exclude_fs nfs
_exclude_fs overlay
_exclude_fs tmpfs
+_exclude_fs fuse.ext[234]
_require_test
_require_scratch
Powered by blists - more mailing lists