Hi All There have been some recent changes to yaffs2, much of which is code reorganisation rather than feature changes. Most noteable are the changes to the way yaffs2 context and parameters are handled: * The context changes remove any Linux specific handling from the core yaffs code so that both Yaffs FDirect and Linux follow much more consistent code paths and #ifdefs have been significantly reduced. * The parameters more clearly partition fields that are set up before running yaffs from the runtime state. This should help people understanding and configuring yaffs. -- Charles