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

* Re: [PATCH] blktests: remove unused null_blk parameter for _init_null_blk in block/016
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Gi-Oh Kim @ 2018-08-27  7:56 UTC (permalink / raw)
  To: Yi Zhang; +Cc: osandov, linux-block

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=3D2 irqmode=3D2 completio=
n_nsec=3D2000000000; then
> +       if ! _init_null_blk queue_mode=3D2 irqmode=3D2 completion_nsec=3D=
2000000000; then
>                 return 1
>         fi
>
> --
> 2.17.1
>



--=20
GIOH KIM
Linux Kernel Entwickler

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Tel:       +49 176 2697 8962
Fax:      +49 30 577 008 299
Email:    gi-oh.kim@profitbricks.com
URL:      https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Gesch=C3=A4ftsf=C3=BChrer: Achim Weiss, Matthias Steinberg, Christoph Steff=
ens

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

* Re: [PATCH] blktests: remove unused null_blk parameter for _init_null_blk in block/016
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Omar Sandoval @ 2018-08-28 18:06 UTC (permalink / raw)
  To: Yi Zhang; +Cc: gi-oh.kim, osandov, linux-block

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!

^ permalink raw reply	[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.