Re: JFFS2 corruption when mounting filesystem with filenamesoflength> 7

2010-06-28 Thread Wolfgang Denk
Dear "Steve Deiters", In message <181804936abc2349be503168465576460f20d...@exchserver.basler.com> you wrote: > > I think there may be something weird going on with the memcpy > > in my build. If I use the following patch I no longer get > > errors when I mount the filesystem. All I did was re

RE: JFFS2 corruption when mounting filesystem with filenamesoflength> 7

2010-06-28 Thread Steve Deiters
> I think there may be something weird going on with the memcpy > in my build. If I use the following patch I no longer get > errors when I mount the filesystem. All I did was replace > the memcpy with a loop. > > I'm not sure what's special about this particular use of > memcpy. I can't be