mtd/fs/jffs2/ecos ChangeLog,1.3,1.4 mkepk.sh,1.6,1.7

gthomas at infradead.org gthomas at infradead.org
Tue Feb 17 10:40:39 EST 2004


Update of /home/cvs/mtd/fs/jffs2/ecos
In directory phoenix.infradead.org:/tmp/cvs-serv29390

Modified Files:
	ChangeLog mkepk.sh 
Log Message:
Restore some eCos CDL changes which were recently lost here

Index: ChangeLog
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	26 Nov 2003 22:23:08 -0000	1.3
+++ ChangeLog	17 Feb 2004 15:40:36 -0000	1.4
@@ -1,3 +1,20 @@
+2004-02-17  David Woodhouse  <dwmw2 at redhat.com>
+
+	* src/fs-ecos.c:
+	Don't re-initialise the already-locked f->sem. It makes eCos unhappy. 
+
+2004-01-27  David Woodhouse  <dwmw2 at redhat.com>
+
+	* src/write.c: 
+	Fix bug noted by Howard Gray; dirents belong to, and should dirty, 
+	the _parent_inode, not the child (which may be zero in the case 
+	of an unlink).
+
+004-01-05  Thomas Koeller  <thomas.koeller at baslerweb.com>
+
+	* cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
+	removed by previous change.
+	
 2003-11-26  David Woodhouse  <dwmw2 at redhat.com>
 
 	JFFS2 cleanup and import of newer code. Remove last vestiges of

Index: mkepk.sh
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/mkepk.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mkepk.sh	3 Dec 2003 09:40:09 -0000	1.6
+++ mkepk.sh	17 Feb 2004 15:40:36 -0000	1.7
@@ -7,7 +7,7 @@
 COREFILES="build.c compr_zlib.c LICENCE scan.c compr.c gc.c pushpull.h compr_rtime.c histo.h nodelist.c read.c write.c compr_rubin.c erase.c histo_mips.h nodelist.h readinode.c compr_rubin.h nodemgmt.c"
 ECOSFILES="os-ecos.h flashio.c gcthread.c dir-ecos.c  fs-ecos.c  malloc-ecos.c"
 INCFILES="jffs2.h jffs2_fs_i.h jffs2_fs_sb.h"
-DOCFILES="README.Locking CONTRIBUTORS TODO ecos/doc/TODO.eCos ecos/doc/readme.txt"
+DOCFILES="README.Locking TODO ecos/doc/TODO.eCos ecos/doc/readme.txt"
 mkdir $EPK_TMPDIR || exit 1
 
 mkdir -p $EPK_TMPDIR/fs/jffs2/current/src




More information about the linux-mtd-cvs mailing list