A patch by Jacky Malcles that frees the second partion when the extended stress
tests are run
diff --git a/testscripts/ltp-aiodio.sh b/testscripts/ltp-aiodio.sh
index 686e7b8..81a1a41 100755
--- a/testscripts/ltp-aiodio.sh
+++ b/testscripts/ltp-aiodio.sh
@@ -129,7 +129,6 @@
   usage;
 fi
 
-umount -f $part1
 mkdir /test  > /dev/nul 2>&1 
 mkdir /test/aiodio > /dev/nul  2>&1 
 mkdir /test/aiodio2 > /dev/nul  2>&1 
@@ -316,6 +315,11 @@
 
 umount $part1
 
+if [ "$runExtendedStress" -eq 1 ]; then
+      umount $part2
+fi
+
+
 done
 date
 echo "AIO/DIO test complete "