All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/generic/452: Fix the wrong commit id
@ 2020-07-29  5:17 Xiao Yang
  2020-08-07 16:10 ` Ira Weiny
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Yang @ 2020-07-29  5:17 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

The mentioned commit 42d4a99b09cb doesn't exist so use the correct one.

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

diff --git a/tests/generic/452 b/tests/generic/452
index 1e38b612..f6d6a0d7 100755
--- a/tests/generic/452
+++ b/tests/generic/452
@@ -5,7 +5,7 @@
 # FS QA Test 452
 #
 # This is a regression test for kernel patch:
-#   commit 42d4a99b09cb ("ext4: fix fault handling when mounted with -o dax,ro")
+#   commit fd96b8da68d3 ("ext4: fix fault handling when mounted with -o dax,ro")
 # created by Ross Zwisler <ross.zwisler@linux.intel.com>
 #
 seq=`basename $0`
-- 
2.21.0




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

* Re: [PATCH] tests/generic/452: Fix the wrong commit id
  2020-07-29  5:17 [PATCH] tests/generic/452: Fix the wrong commit id Xiao Yang
@ 2020-08-07 16:10 ` Ira Weiny
  0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2020-08-07 16:10 UTC (permalink / raw)
  To: Xiao Yang; +Cc: fstests

On Wed, Jul 29, 2020 at 01:17:01PM +0800, Xiao Yang wrote:
> The mentioned commit 42d4a99b09cb doesn't exist so use the correct one.
> 
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>

Reviewed-by: Ira Weiny <ira.weiny@intel.com>

> ---
>  tests/generic/452 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/452 b/tests/generic/452
> index 1e38b612..f6d6a0d7 100755
> --- a/tests/generic/452
> +++ b/tests/generic/452
> @@ -5,7 +5,7 @@
>  # FS QA Test 452
>  #
>  # This is a regression test for kernel patch:
> -#   commit 42d4a99b09cb ("ext4: fix fault handling when mounted with -o dax,ro")
> +#   commit fd96b8da68d3 ("ext4: fix fault handling when mounted with -o dax,ro")
>  # created by Ross Zwisler <ross.zwisler@linux.intel.com>
>  #
>  seq=`basename $0`
> -- 
> 2.21.0
> 
> 
> 

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

end of thread, other threads:[~2020-08-07 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  5:17 [PATCH] tests/generic/452: Fix the wrong commit id Xiao Yang
2020-08-07 16:10 ` Ira Weiny

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.