Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
This commit is contained in:
commit
166f7ae98d
|
@ -122,7 +122,7 @@ load_modules() {
|
|||
for opt in "$@"; do
|
||||
opt_name=`echo $opt | cut -f1 -d'='`
|
||||
|
||||
if [ ${name} = ${opt_name} ]; then
|
||||
if [ ${name} = "${opt_name}" ]; then
|
||||
value=`echo $opt | cut -f2- -d'='`
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -4,7 +4,7 @@ prog=zpios.sh
|
|||
. ../.script-config
|
||||
|
||||
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
|
||||
PROFILE_ZPIOS_LOGS=$4
|
||||
ZPIOS_PRE=$5
|
||||
|
|
Loading…
Reference in New Issue