All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blktests: remove unused null_blk parameter for _init_null_blk in block/016
@ 2018-08-25 10:06 Yi Zhang
  2018-08-27  7:56 ` Gi-Oh Kim
  2018-08-28 18:06 ` Omar Sandoval
  0 siblings, 2 replies; 3+ messages in thread
From: Yi Zhang @ 2018-08-25 10:06 UTC (permalink / raw)
  To: gi-oh.kim, osandov; +Cc: linux-block

Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
---
 tests/block/016 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/block/016 b/tests/block/016
index 0e6f2e1..e0a63ad 100755
--- a/tests/block/016
+++ b/tests/block/016
@@ -32,7 +32,7 @@ requires() {
 test() {
 	echo "Running ${TEST_NAME}"
 
-	if ! _init_null_blk null_blk queue_mode=2 irqmode=2 completion_nsec=2000000000; then
+	if ! _init_null_blk queue_mode=2 irqmode=2 completion_nsec=2000000000; then
 		return 1
 	fi
 
-- 
2.17.1

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

end of thread, other threads:[~2018-08-28 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-25 10:06 [PATCH] blktests: remove unused null_blk parameter for _init_null_blk in block/016 Yi Zhang
2018-08-27  7:56 ` Gi-Oh Kim
2018-08-28 18:06 ` Omar Sandoval

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.