Re: [Yaffs] [PATCH] [YAFFS] YAFFS2: Add comments for maintai…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Rick Bronson
Date:  
To: ian
CC: yaffs
Subject: Re: [Yaffs] [PATCH] [YAFFS] YAFFS2: Add comments for maintaining backward compatibility.
Hi Ian,

> > We needed to maintain backward compatibilty with 2.4 which,
> > unfortunately, used jffs2 on one partition and old yaffs on 4 other
> > partitions. jffs2 and the old yaffs had different OOB layouts. As
> > far as my limited testing goes it seems to work fine with the changes
> > outlined above. If you know of a better way, I'd love to hear it.
> >
>
> I don't. Do you have a patch that has a chance of being accepted for MTD?


I seriously doubt that my patch would be accepted by MTD as it is a
kludge. Real "per-partition layout policies" would need to be
designed in.

> Without the change to MTD, I fear that adding this comment may set
> expectations that achieving per-partition layout policies is
> easier than it really is. It requires modifications to core MTD code
> and supporting this is really not for Yaffs, more MTD. Do you agree.
>


Part of me agrees but I'd also like to share what I was forced to do
with the world. There are probably other folks out there that need to
maintain backward compatibility. At least this gives them some clue.
I'm still testing these changes so it's too early to say "it works
great".

> I'd like to see "per-partition layout policies" supported by MTD.


I'd like to see it as well.

Rick