Crank up fsstress a whole lot, enable unwritten extents everywhere, remove need for special getpagesize program

This commit is contained in:
fsgqa
2003-07-14 05:12:23 +00:00
parent 8b8b76261c
commit 72f0ade93d
6 changed files with 107 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ echo "QA output created by $seq"
here=`pwd`
tmp=/tmp/$$
status=0 # success is the default!
pgsize=`$here/src/getpagesize`
pgsize=`$here/src/feature -p`
trap "rm -f $tmp.*; _cleanup; exit \$status" 0 1 2 3 15
_cleanup()