All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 blktests] block/002: remove debugfs check while blktests is running
@ 2022-07-30  7:58 Yi Zhang
  2022-08-01  1:30 ` Shinichiro Kawasaki
  2022-08-01 18:15 ` Christoph Hellwig
  0 siblings, 2 replies; 5+ messages in thread
From: Yi Zhang @ 2022-07-30  7:58 UTC (permalink / raw)
  To: shinichiro.kawasaki; +Cc: linux-block, hch, ming.lei

See commit: 99d055b4fd4b ("block: remove per-disk debugfs files in blk_unregister_queue")

Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
---
 tests/block/002 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/block/002 b/tests/block/002
index 9b183e7..15b47a6 100755
--- a/tests/block/002
+++ b/tests/block/002
@@ -25,9 +25,6 @@ test() {
 	blktrace -D "$TMP_DIR" "/dev/${SCSI_DEBUG_DEVICES[0]}" >"$FULL" 2>&1 &
 	sleep 0.5
 	echo 1 > "/sys/block/${SCSI_DEBUG_DEVICES[0]}/device/delete"
-	if [[ ! -d /sys/kernel/debug/block/${SCSI_DEBUG_DEVICES[0]} ]]; then
-		echo "debugfs directory deleted with blktrace active"
-	fi
 	{ kill $!; wait; } >/dev/null 2>/dev/null
 	if [[ -d /sys/kernel/debug/block/${SCSI_DEBUG_DEVICES[0]} ]]; then
 		echo "debugfs directory leaked"
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-02  4:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30  7:58 [PATCH v2 blktests] block/002: remove debugfs check while blktests is running Yi Zhang
2022-08-01  1:30 ` Shinichiro Kawasaki
2022-08-01  1:35   ` Yi Zhang
2022-08-02  4:22     ` Shinichiro Kawasaki
2022-08-01 18:15 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.