diff mbox series

blktests: remove unused null_blk parameter for _init_null_blk in block/016

Message ID 20180825100619.17868-1-yi.zhang@redhat.com (mailing list archive)
State New, archived
Headers show
Series blktests: remove unused null_blk parameter for _init_null_blk in block/016 | expand

Commit Message

Yi Zhang Aug. 25, 2018, 10:06 a.m. UTC
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
---
 tests/block/016 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gi-Oh Kim Aug. 27, 2018, 7:56 a.m. UTC | #1
looks good to me
Reviewed-by: Gioh Kim <gi-oh.kim@profitbricks.com>



On Sat, Aug 25, 2018 at 12:06 PM, Yi Zhang <yi.zhang@redhat.com> wrote:
> 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
>
Omar Sandoval Aug. 28, 2018, 6:06 p.m. UTC | #2
On Sat, Aug 25, 2018 at 06:06:19PM +0800, Yi Zhang wrote:
> 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

Applied, thanks!
diff mbox series

Patch

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