fsstress-gocryptfs.bash: improve header comment

I maybe should have noted that this is xfstests generic/013.
This commit is contained in:
Jakob Unterwurzacher 2023-05-19 13:17:24 +02:00
parent c67454464a
commit b725de5ec3
1 changed files with 6 additions and 2 deletions

View File

@ -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