generic/452: Fix the wrong commit id
[xfstests-dev.git] / tests / generic / 452
index c9eaa8870a2125e4d02384b416563efbff80d272..f6d6a0d7ce3f4caea31140a584b22ac2f8758078 100755 (executable)
@@ -1,28 +1,13 @@
 #! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2017 Intel Corporation.  All Rights Reserved.
+#
 # 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>
 #
-#-----------------------------------------------------------------------
-# Copyright (c) 2017 Intel Corporation.  All Rights Reserved.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it would be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write the Free Software Foundation,
-# Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-#-----------------------------------------------------------------------
-#
-
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"