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

View File

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