From: Xiao Yang Date: Tue, 17 May 2022 03:52:58 +0000 (+0800) Subject: common/multipath-over-rdma: Remove unused debug operation X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d6917d9ef42bbae22c17981e5625f0b41a8fefe;p=users%2Fsagi%2Fblktests.git common/multipath-over-rdma: Remove unused debug operation The loop ("for m in ;") will never be entered and it seems unnecessary to debug sereval modules during test. So I try to remove the debug operation. Signed-off-by: Xiao Yang --- diff --git a/common/multipath-over-rdma b/common/multipath-over-rdma index cef05ec..8b285e6 100644 --- a/common/multipath-over-rdma +++ b/common/multipath-over-rdma @@ -655,12 +655,6 @@ setup_test() { fi ) - if [ -d /sys/kernel/debug/dynamic_debug ]; then - for m in ; do - echo "module $m +pmf" >/sys/kernel/debug/dynamic_debug/control - done - fi - setup_rdma || return $? start_target || return $? echo "Test setup finished" >>"$FULL"