[Yaffs] Recent yaffs changes

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: [Yaffs] Recent yaffs changes
Hi All

This is just a short email about recent changes.

1. Large file handling: This was on a branch. It has now been merged into
master.

2. Case insensitive handling: I added a branch to provide case-insensitive
support with the string functions replaced by yaffs_strxxx. The problem with
doing this is that the Linux kernel folk don't like extra wrapper macros. I
have instead kept the strxxx() form and used sed to make the modifications
when the files are copied (instead of previously symlinked) into the yaffs
direct environment. These Makefile changes have been applied to all the tests
except Timothy's. He will sort those out sometime soon.

3. Merged in Linux 3.2 support patches from Waldemar. Thanks for supplying
those.

-- Charles