mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/167: wait for fsstress to exit
sync doesn't guarantee all fsstress processes died, and sometimes it ends up running fsck on a mounted fs. Use wait to wait for fsstress to exit. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
_cleanup()
|
||||
{
|
||||
$KILLALL_PROG -r -q -TERM fsstress 2> /dev/null
|
||||
sync # ensures all fsstress processes died
|
||||
wait # ensures all fsstress processes died
|
||||
}
|
||||
|
||||
workout()
|
||||
|
||||
Reference in New Issue
Block a user