Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2009-01-20 15:39:08 -08:00
commit e66c93f818
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@
ZPIOS_CMD="${CMDDIR}/zpios/zpios \
--load=dmuio \
--path=zpios \
--path=${ZPOOL_NAME} \
--threadcount=1 \
--regioncount=16 \
--regionsize=4M \
@ -51,8 +51,9 @@ ZPIOS_CMD="${CMDDIR}/zpios/zpios \
zpios_start() {
echo ${ZPIOS_CMD}
$ZPIOS_CMD || exit 1
${ZPIOS_CMD} || exit 1
}
zpios_stop() {
echo
}

View File

@ -90,6 +90,8 @@ print_stats() {
cat /proc/spl/kmem/slab
echo
fi
echo
}
check_test() {