projects
/
unionfs-regression-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ead3be
)
Use correct erase size for jffs2 image (avoids annoying console warnings)
master
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 16 Feb 2008 18:44:53 +0000
(13:44 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 16 Feb 2008 18:46:50 +0000
(13:46 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-tests
patch
|
blob
|
history
diff --git
a/run-tests
b/run-tests
index 976ce69659396ed1e148c10daee2f42aa69c46b5..2b3d0fbb9481add558d0c3ba92b1df98bd99afd6 100755
(executable)
--- a/
run-tests
+++ b/
run-tests
@@
-118,10
+118,10
@@
function setup_lower
jffs2 )
case "`uname -r`" in
2.6.9* )
- runcmd modprobe blkmtd device=$dev,
128
ki
+ runcmd modprobe blkmtd device=$dev,
64
ki
;;
* )
- runcmd modprobe block2mtd block2mtd=$dev,
128
ki
+ runcmd modprobe block2mtd block2mtd=$dev,
64
ki
;;
esac
runcmd mount -t $fs mtd$i /n/lower/b$i