All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/426: Remove unused opt variable in create_test_files()
@ 2020-11-10  2:25 Xiao Yang
  2020-11-11  0:42 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Yang @ 2020-11-10  2:25 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 tests/generic/426 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/generic/426 b/tests/generic/426
index e34d0aca..0bb75f81 100755
--- a/tests/generic/426
+++ b/tests/generic/426
@@ -43,7 +43,6 @@ mkdir -p $testdir
 create_test_files()
 {
 	local dir=$1
-	local opt=$2
 
 	mkdir -p $dir
 	rm -f $dir/*
-- 
2.21.0




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

* Re: [PATCH] generic/426: Remove unused opt variable in create_test_files()
  2020-11-10  2:25 [PATCH] generic/426: Remove unused opt variable in create_test_files() Xiao Yang
@ 2020-11-11  0:42 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2020-11-11  0:42 UTC (permalink / raw)
  To: Xiao Yang; +Cc: fstests

On Tue, Nov 10, 2020 at 10:25:26AM +0800, Xiao Yang wrote:
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  tests/generic/426 | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/generic/426 b/tests/generic/426
> index e34d0aca..0bb75f81 100755
> --- a/tests/generic/426
> +++ b/tests/generic/426
> @@ -43,7 +43,6 @@ mkdir -p $testdir
>  create_test_files()
>  {
>  	local dir=$1
> -	local opt=$2
>  
>  	mkdir -p $dir
>  	rm -f $dir/*
> -- 
> 2.21.0
> 
> 
> 

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

end of thread, other threads:[~2020-11-11  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  2:25 [PATCH] generic/426: Remove unused opt variable in create_test_files() Xiao Yang
2020-11-11  0:42 ` Darrick J. Wong

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.