Re: [Yaffs] Luc's patch set applied

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Luc Van Oostenryck
Date:  
To: Charles Manning
CC: yaffs
Subject: Re: [Yaffs] Luc's patch set applied
Charles Manning wrote:
> Thanx for the patches, Luc. I have applied them to CVS.
>
> However, the file /fs/yaffs2/nandemul2k does not seem to be in CVS and the
> patch 20 could not be applied.
>


Oops, yes, I forgot that in my tree I moved this file form the mtdemul subdirectory.
Anyway, I also forgot to add a conditional on 2.4 vs 2.6 or to check if this header is really
needed for Linux 2.4.

Btw, there is a problem with the patch 18-sparse-fix--use-C99-struct-initializer:
the right syntaxes are "member: value" (old GCC extension syntax) or ".member = value"
(new C99 syntax which is used everywhere in Linux-2.6).
But I don't mind if you ignore this patch for the moment, I send it only because
the checker warn on this.


Luc