From b290a218d2ff56fd323d79ae6f8fc66cc711d8ca Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Wed, 10 Jun 2009 14:16:00 -0400 Subject: [PATCH] ramfs fixes Signed-off-by: Erez Zadok --- run-tests | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0