|  | #! /bin/bash | 
|  | # SPDX-License-Identifier: GPL-2.0 | 
|  | # Copyright (c) 2017 Intel Corporation.  All Rights Reserved. | 
|  | # | 
|  | # FS QA Test 428 | 
|  | # | 
|  | # This is a regression test for kernel patch: | 
|  | #  dax: fix data corruption due to stale mmap reads | 
|  | # created by Ross Zwisler <ross.zwisler@linux.intel.com> | 
|  | # | 
|  | . ./common/preamble | 
|  | _begin_fstest auto quick dax | 
|  |  | 
|  | # Import common functions. | 
|  | . ./common/filter | 
|  |  | 
|  | # Modify as appropriate. | 
|  | _require_test | 
|  | _require_test_program "t_mmap_stale_pmd" | 
|  |  | 
|  | $here/src/t_mmap_stale_pmd $TEST_DIR/testfile | 
|  |  | 
|  | # success, all done | 
|  | echo "Silence is golden" | 
|  | status=0 | 
|  | exit |