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

This commit is contained in:
Brian Behlendorf 2009-01-13 11:58:06 -08:00
commit 166f7ae98d
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ load_modules() {
for opt in "$@"; do for opt in "$@"; do
opt_name=`echo $opt | cut -f1 -d'='` opt_name=`echo $opt | cut -f1 -d'='`
if [ ${name} = ${opt_name} ]; then if [ ${name} = "${opt_name}" ]; then
value=`echo $opt | cut -f2- -d'='` value=`echo $opt | cut -f2- -d'='`
fi fi
done done

View File

@ -4,7 +4,7 @@ prog=zpios.sh
. ../.script-config . ../.script-config
SPL_OPTIONS="spl=spl_debug_mask=-1 spl_debug_subsys=-1 spl_debug_mb=10 ${1}" SPL_OPTIONS="spl=spl_debug_mask=-1 spl_debug_subsys=-1 spl_debug_mb=10 ${1}"
ZFS_OPTIONS="zfs=$2" ZFS_OPTIONS="zfs=${2}"
ZPIOS_OPTIONS=$3 ZPIOS_OPTIONS=$3
PROFILE_ZPIOS_LOGS=$4 PROFILE_ZPIOS_LOGS=$4
ZPIOS_PRE=$5 ZPIOS_PRE=$5