comparison packages/fs/jffs2/current/ChangeLog @ 1443:cd7d2afbc7dd

Import latest JFFS2 code from David Woodhouse
author gthomas
date Thu, 11 Dec 2003 23:33:54 +0000
parents f1fd4d249787
children b535fe01cba6
comparison
equal deleted inserted replaced
1442:b2f2e3f2a047 1443:cd7d2afbc7dd
1 2003-11-26 David Woodhouse <dwmw2@redhat.com>
2
3 JFFS2 cleanup and import of newer code. Remove last vestiges of
4 Linuxisms such as 'struct inode' from the core code, leaving eCos
5 with no excuse, and renaming the eCos 'struct inode' to make that
6 point. Fix i_count handling throughout. Clean up remaining Linuxisms
7 such as 'struct qstr' to the point where jffs2port.h can be removed.
8 Add skeleton for background garbage-collect thread. Fix compression
9 so that it's actually called, and even with the right pointers. Turn
10 on -Werror again. Zero tolerance is a good thing. Make the i_mode
11 conversion functions non-inline to avoid warnings. Fix namespace
12 pollution (of all but ^jffs2_* at least). Move physical flash I/O
13 functions into separate file flashio.c for relatively easy
14 substitution. Various other cruftectomy.
15
1 2003-11-25 Andrew Lunn <andrew.lunn@ascom.ch> 16 2003-11-25 Andrew Lunn <andrew.lunn@ascom.ch>
2 17
3 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any 18 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
4 ARM gcc 3.2 compiler. 19 ARM gcc 3.2 compiler.
5 20