From: Matthieu CASTET <matthieu.castet@parrot.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] RO jffs2 implementation for bootloader
Date: Wed, 16 May 2007 14:45:02 +0200 [thread overview]
Message-ID: <464AFCCE.5030507@parrot.com> (raw)
In-Reply-To: <20070516123622.GA24073@michl.2n.cz>
Ladislav Michl a ?crit :
> On Wed, May 16, 2007 at 02:17:17PM +0200, Matthieu CASTET wrote:
>> I found that jffs2_1pass_read_inode code is buggy on garbage collected
>> image : we should load inode in version order (small first).
>> If we don't, obsolete inode could be put in the final file.
>>
>> ino=4 offset=5 dsize=5 version=4
>> ino=4 offset=0 dsize=5 version=1
>> ino=4 offset=5 dsize=5 version=2
>>
>> The code will load version 4, version 1 and version 2. In the dest we
>> will have version 1 & 2 instead of version 1 & 4.
>
> Hmm, did you
> #define CFG_JFFS2_SORT_FRAGMENTS
> ?
I tried, but it doesn't work :
jffs2_nand_1pass.c: In function 'insert_node':
jffs2_nand_1pass.c:102: error: 'struct b_list' has no member named
'listCompare'
jffs2_nand_1pass.c:104: error: 'struct b_list' has no member named
'listLast'
jffs2_nand_1pass.c:104: error: 'struct b_list' has no member named
'listCompare'
jffs2_nand_1pass.c:104: error: 'struct b_list' has no member named
'listLast'
jffs2_nand_1pass.c:105: error: 'struct b_list' has no member named
'listLast'
jffs2_nand_1pass.c:110: error: 'struct b_list' has no member named
'listCompare'
jffs2_nand_1pass.c:112: error: 'struct b_list' has no member named
'listLoops'
jffs2_nand_1pass.c:115: error: 'struct b_list' has no member named
'listLast'
[...]
next prev parent reply other threads:[~2007-05-16 12:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <loom.20070503T102421-36@post.gmane.org>
[not found] ` <1178186163.7539.62.camel@sauron>
[not found] ` <463B02F5.6060503@parrot.com>
[not found] ` <200705041353.43372.sr@denx.de>
2007-05-04 12:10 ` [U-Boot-Users] RO jffs2 implementation for bootloader Matthieu CASTET
2007-05-04 12:23 ` Stefan Roese
2007-05-07 14:59 ` Matthieu CASTET
2007-05-07 17:38 ` Stefan Roese
2007-05-09 8:25 ` Matthieu CASTET
2007-05-16 11:00 ` Ladislav Michl
2007-05-16 12:17 ` Matthieu CASTET
2007-05-16 12:36 ` Ladislav Michl
2007-05-16 12:45 ` Matthieu CASTET [this message]
2007-05-18 10:59 ` Ladislav Michl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=464AFCCE.5030507@parrot.com \
--to=matthieu.castet@parrot.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox