From b725de5ec300aec208908c6a3bf5443cee7cfa81 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 19 May 2023 13:17:24 +0200 Subject: [PATCH] fsstress-gocryptfs.bash: improve header comment I maybe should have noted that this is xfstests generic/013. --- tests/stress_tests/fsstress-gocryptfs.bash | 8 ++++++-- 1 file 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