mtd/fs/jffs3/ecos/src dir-ecos.c, 3.1, 3.2 flashio.c, 3.1,
3.2 fs-ecos.c, 3.3, 3.4 gcthread.c, 3.2, 3.3 malloc-ecos.c,
3.1, 3.2 os-ecos.h, 3.1, 3.2
Artem Bityuckiy
dedekind at infradead.org
Wed Jan 5 11:19:05 EST 2005
- Previous message: mtd/fs/jffs3 background.c, 3.7, 3.8 build.c, 3.7, 3.8 compr.c, 3.5,
3.6 compr.h, 3.4, 3.5 compr_lzari.c, 3.2, 3.3 compr_lzo.c, 3.2,
3.3 compr_rtime.c, 3.4, 3.5 compr_rubin.c, 3.4,
3.5 compr_zlib.c, 3.4, 3.5 debug.c, 1.10, 1.11 debug.h, 1.20,
1.21 dir.c, 3.8, 3.9 erase.c, 3.6, 3.7 file.c, 3.6, 3.7 fs.c,
3.7, 3.8 gc.c, 3.9, 3.10 ioctl.c, 3.2, 3.3 jffs3.h, 3.5,
3.6 malloc.c, 3.5, 3.6 nodelist.c, 3.4, 3.5 nodelist.h, 3.10,
3.11 nodemgmt.c, 3.12, 3.13 os-linux.h, 3.3, 3.4 pushpull.h,
3.1, 3.2 read.c, 3.6, 3.7 readinode.c, 3.7, 3.8 scan.c, 3.8,
3.9 scan.h, 1.5, 1.6 summary.c, 3.4, 3.5 summary.h, 3.2,
3.3 super-v24.c, 3.4, 3.5 super.c, 3.8, 3.9 symlink-v24.c, 3.2,
3.3 symlink.c, 3.2, 3.3 wbuf.c, 3.8, 3.9 write.c, 3.8,
3.9 writev.c, 3.1, 3.2
- Next message: mtd/drivers/mtd/maps chestnut.c, NONE, 1.1 Kconfig, 1.41,
1.42 Makefile.common, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs3/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv611/ecos/src
Modified Files:
dir-ecos.c flashio.c fs-ecos.c gcthread.c malloc-ecos.c
os-ecos.h
Log Message:
Fix the JFFS version
Index: dir-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/dir-ecos.c,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- dir-ecos.c 9 Dec 2004 16:05:54 -0000 3.1
+++ dir-ecos.c 5 Jan 2005 16:19:01 -0000 3.2
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
Index: flashio.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/flashio.c,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- flashio.c 9 Dec 2004 16:05:54 -0000 3.1
+++ flashio.c 5 Jan 2005 16:19:01 -0000 3.2
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
Index: fs-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/fs-ecos.c,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -r3.3 -r3.4
--- fs-ecos.c 13 Dec 2004 11:35:41 -0000 3.3
+++ fs-ecos.c 5 Jan 2005 16:19:01 -0000 3.4
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
Index: gcthread.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/gcthread.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- gcthread.c 13 Dec 2004 11:35:42 -0000 3.2
+++ gcthread.c 5 Jan 2005 16:19:01 -0000 3.3
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
Index: malloc-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/malloc-ecos.c,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- malloc-ecos.c 9 Dec 2004 16:05:55 -0000 3.1
+++ malloc-ecos.c 5 Jan 2005 16:19:01 -0000 3.2
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2001-2003 Red Hat, Inc.
*
Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/os-ecos.h,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- os-ecos.h 9 Dec 2004 16:05:55 -0000 3.1
+++ os-ecos.h 5 Jan 2005 16:19:01 -0000 3.2
@@ -1,5 +1,5 @@
/*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
*
* Copyright (C) 2002-2003 Red Hat, Inc.
*
- Previous message: mtd/fs/jffs3 background.c, 3.7, 3.8 build.c, 3.7, 3.8 compr.c, 3.5,
3.6 compr.h, 3.4, 3.5 compr_lzari.c, 3.2, 3.3 compr_lzo.c, 3.2,
3.3 compr_rtime.c, 3.4, 3.5 compr_rubin.c, 3.4,
3.5 compr_zlib.c, 3.4, 3.5 debug.c, 1.10, 1.11 debug.h, 1.20,
1.21 dir.c, 3.8, 3.9 erase.c, 3.6, 3.7 file.c, 3.6, 3.7 fs.c,
3.7, 3.8 gc.c, 3.9, 3.10 ioctl.c, 3.2, 3.3 jffs3.h, 3.5,
3.6 malloc.c, 3.5, 3.6 nodelist.c, 3.4, 3.5 nodelist.h, 3.10,
3.11 nodemgmt.c, 3.12, 3.13 os-linux.h, 3.3, 3.4 pushpull.h,
3.1, 3.2 read.c, 3.6, 3.7 readinode.c, 3.7, 3.8 scan.c, 3.8,
3.9 scan.h, 1.5, 1.6 summary.c, 3.4, 3.5 summary.h, 3.2,
3.3 super-v24.c, 3.4, 3.5 super.c, 3.8, 3.9 symlink-v24.c, 3.2,
3.3 symlink.c, 3.2, 3.3 wbuf.c, 3.8, 3.9 write.c, 3.8,
3.9 writev.c, 3.1, 3.2
- Next message: mtd/drivers/mtd/maps chestnut.c, NONE, 1.1 Kconfig, 1.41,
1.42 Makefile.common, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list