aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2023-05-19 13:17:24 +0200
committerJakob Unterwurzacher2023-05-19 13:17:24 +0200
commitb725de5ec300aec208908c6a3bf5443cee7cfa81 (patch)
tree5473b038beaa09f9222e03a059b734e6bad80159
parentc67454464aaabec7c594eeb84983287057ab4231 (diff)
fsstress-gocryptfs.bash: improve header comment
I maybe should have noted that this is xfstests generic/013.
-rwxr-xr-xtests/stress_tests/fsstress-gocryptfs.bash8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash
index 03352f2..30ea456 100755
--- a/tests/stress_tests/fsstress-gocryptfs.bash
+++ b/tests/stress_tests/fsstress-gocryptfs.bash
@@ -1,9 +1,13 @@
#!/bin/bash
#
-# Mount a go-fuse loopback filesystem in /tmp and run fsstress against it
+# Mount a gocryptfs filesystem in /var/tmp and run fsstress against it
# in an infinite loop, only exiting on errors.
#
-# When called as "fsstress-gocryptfs.bash", a gocryptfs filesystem is tested
+# Replicates what xfstests generic/013 does
+# ( https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/tree/tests/generic/013 ),
+# but in an infinite loop.
+#
+# When called as "fsstress-loopback.bash", a go-fuse loopback filesystem is tested
# instead.
#
# This test used to fail on older go-fuse versions after a few iterations with