jffs2 / eCos

David Woodhouse dwmw2 at infradead.org
Wed Apr 2 03:20:04 EST 2003


On Wed, 2003-04-02 at 08:48, Bob Koninckx wrote:
> > We should just fix jffs2_read_inode_range() to handle reads which don't
> > start at the beginning of a node. It's not hard.
> 
> I removed the above mentioned check and now it _appears_ to work
> correctly. Is this all that needs to be done ?

Can you show me the patch or resulting code? 

> Are there similar issues when writing to the filesys ?

No, writing should be fine -- but you really do want to try to ensure
that you don't get writes split up into 256-byte chunks, since that'll
waste space on the file system (till it gets GC'd and merged).
 
-- 
dwmw2





More information about the linux-mtd mailing list