projects
/
unionfs-regression.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f950c4
)
ramfs fixes
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 10 Jun 2009 18:16:00 +0000
(14:16 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 10 Jun 2009 18:16:00 +0000
(14:16 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-tests
patch
|
blob
|
history
diff --git
a/run-tests
b/run-tests
index 8202be83f0fe5f2195c1c31fa714317f3f106cfa..5329e6c77370b832182c2dd3f360a21e21ef3e5a 100755
(executable)
--- 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