j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-09-18 00:47:27 +0200 (Tue, 18 Sep 2007) New Revision: 604
Modified: ofw/fs/jffs2/jffs2.fth Log: JFFS2: Changed a message from Unsupported nodetype 2006 to JFFS2 warning: Bad summary node in erase block 0xNNNN
Modified: ofw/fs/jffs2/jffs2.fth =================================================================== --- ofw/fs/jffs2/jffs2.fth 2007-09-17 22:44:57 UTC (rev 603) +++ ofw/fs/jffs2/jffs2.fth 2007-09-17 22:47:27 UTC (rev 604) @@ -697,6 +697,11 @@ endof [then]
+ summary-type of ( adr ) + ." JFFS2 warning: Bad summary node in erase block 0x" have-eblock# . cr + drop eb-end exit + endof ( adr nodetype ) + ( adr nodetype ) cr ." Unsupported nodetype " dup . cr