Message ID | 20200729051701.15387-1-yangx.jy@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/generic/452: Fix the wrong commit id | expand |
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 > > >
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`
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(-)