[PATCH blktests] common/multipath-over-rdma: Remove unused debug operation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <yangx.jy@xxxxxxxxxxx>
---
 common/multipath-over-rdma | 6 ------
 1 file changed, 6 deletions(-)

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"
-- 
2.34.1






[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux