Switch over pagesize feature.c option, add a check for project quota.

Merge of master-melb:xfs-cmds:21941a by kenmcd.
This commit is contained in:
Nathan Scott
2005-03-24 05:05:35 +00:00
parent 24211a43f8
commit 5ed0f19a49
4 changed files with 33 additions and 10 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/feature -p`
pgsize=`$here/src/feature -s`
trap "_cleanup; exit \$status" 0 1 2 3 15
_cleanup()