From 3ce349eb6460c223d97c620c8c3af64c054dfa6a Mon Sep 17 00:00:00 2001 From: Rachita Kothiyal Date: Tue, 1 Jan 2008 16:39:41 -0500 Subject: [PATCH] patch unionfs-odf-regression-mmap-fix.patch --- t-mmap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t-mmap.sh b/t-mmap.sh index 24eca5a..927900b 100755 --- a/t-mmap.sh +++ b/t-mmap.sh @@ -88,6 +88,7 @@ function test_rw { # read-write compile+execute test function test_exec { + init_odf ( files ) | create_hierarchy dd if=/dev/zero of=$LOWER_DIR0/a bs=4096 count=4 2>/dev/null dd if=/dev/zero of=$LOWER_DIR1/b bs=4096 count=4 2>/dev/null @@ -98,6 +99,7 @@ function test_exec { echo -n "[exec] " unmount_union ( afterfiles_exec ) | check_hierarchy $TOP_LOWER_DIR + discard_odf } test_ro -- 2.43.0