From: Paul E. McKenney Date: Fri, 12 Sep 2014 16:19:29 +0000 (-0700) Subject: locktorture: Make torture scripting account for new _runnable name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0acf0153169768a5d672fdcb163279bd05f94ef2;p=linux-beck.git locktorture: Make torture scripting account for new _runnable name Signed-off-by: Paul E. McKenney --- diff --git a/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh index 9746ea1cd6c7..252aae618984 100644 --- a/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh @@ -38,6 +38,6 @@ per_version_boot_params () { echo $1 `locktorture_param_onoff "$1" "$2"` \ locktorture.stat_interval=15 \ locktorture.shutdown_secs=$3 \ - locktorture.locktorture_runnable=1 \ + locktorture.torture_runnable=1 \ locktorture.verbose=1 }