From: Erez Zadok Date: Wed, 10 Jun 2009 18:16:00 +0000 (-0400) Subject: ramfs fixes X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=b290a218d2ff56fd323d79ae6f8fc66cc711d8ca;p=unionfs-regression.git ramfs fixes Signed-off-by: Erez Zadok --- diff --git a/run-tests b/run-tests index 8202be8..5329e6c 100755 --- a/run-tests +++ b/run-tests @@ -149,9 +149,12 @@ function setup_lower runcmd mkdir -p /n/lower/b$i runcmd mount -t ext4 $dev /n/lower/b$i ;; - ramfs | tmpfs ) + tmpfs ) runcmd mount -t $fs -o size=100m /n/lower/b$i /n/lower/b$i ;; + ramfs ) + runcmd mount -t $fs /n/lower/b$i /n/lower/b$i + ;; * ) runcmd mkfs -t $fs -q $dev runcmd mkdir -p /n/lower/b$i