Author: Charles Manning Date: To: yaffs Subject: Re: [Yaffs] [PATCH] Fixed up some API change in 2.6.19 when merging
YAFFS2
On Tuesday 02 January 2007 20:37, Bryan Wu wrote: > Hi alls:
>
> I am a user of YAFFS2 in our project blackfin-uclinux
> (blackfin.uclinux.org). When merging the YAFFS2 latest CVS root.tar.gz
> patches to the 2.6.19 kernel, I found errors due to some kernel API
> changes:
Thank Bryan
It is good to see that the kernel folk finally got this right. The old union
way of doing this was very ugly, though a bit faster (one less pointer
dereference).