mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
5a1b35a743
The "-c" option of fsstress will clean up the test directory after each run. But it only does "rm -rf $dir". If run fsstress likes: fsstress -d $test_dir -n 1000 -p 10 -l 0 -c fsstress will remove all test directories at the end of each run, but the flist still save those *deleted* entries. It'll cause more and more useless ENOENT failures. So we need to release all entries in flist too. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>