This patchset adds the MMAP version for the existed three sets of race tests. P1: race between reflink and mmap reading P2: race between mmap writing to and reflink source file P3: race between mmap writing to and reflink target file Shiyang Ruan (3): generic: add race test between reflink and mmap read generic: add race test that mmap write to source of reflink generic: add race test that mmap write to target of reflink common/reflink | 11 +++++++ tests/generic/930 | 72 +++++++++++++++++++++++++++++++++++++++++++ tests/generic/930.out | 5 +++ tests/generic/931 | 64 ++++++++++++++++++++++++++++++++++++++ tests/generic/931.out | 4 +++ tests/generic/932 | 64 ++++++++++++++++++++++++++++++++++++++ tests/generic/932.out | 4 +++ 7 files changed, 224 insertions(+) create mode 100755 tests/generic/930 create mode 100644 tests/generic/930.out create mode 100755 tests/generic/931 create mode 100644 tests/generic/931.out create mode 100755 tests/generic/932 create mode 100644 tests/generic/932.out -- 2.33.0