xfstests updates - rework build to be like other xfs packages, revive some old fs test tools and reenable xfs extensions, move ltp code into a separate subdir to help keeping in sync with real ltp project (hopefully)

This commit is contained in:
Nathan Scott
2003-07-07 06:36:46 +00:00
parent 29c7761c93
commit 332ee29d1a
52 changed files with 18671 additions and 522 deletions
+2 -3
View File
@@ -59,9 +59,8 @@ _acl_requirements
_require_scratch
# set up fs for 1K inodes
export MKFS_OPTIONS="-i size=1024"
_scratch_mkfs_xfs >>$here/$seq.full || _error "mkfs failed"
_scratch_mount >>$here/$seq.full || _error "mount failed"
_scratch_mkfs_xfs -i size=1024 >>$here/$seq.full || _fail "mkfs failed"
_scratch_mount >>$here/$seq.full || _fail "mount failed"
cd $SCRATCH_MNT
# xfs_growfs -n $SCRATCH_MNT