mtd/fs/jffs3/ecos/src fs-ecos.c,3.2,3.3 gcthread.c,3.1,3.2
Artem Bityuckiy
dedekind at infradead.org
Mon Dec 13 06:35:45 EST 2004
- Previous message: mtd/fs/jffs3 background.c, 3.2, 3.3 compr.h, 3.2, 3.3 compr_rtime.c,
3.2, 3.3 compr_rubin.c, 3.2, 3.3 dir.c, 3.2, 3.3 file.c, 3.2,
3.3 malloc.c, 3.2, 3.3 nodelist.h, 3.2, 3.3 super.c, 3.2, 3.3
- Next message: mtd/patches patchin.sh,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs3/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv22598/ecos/src
Modified Files:
fs-ecos.c gcthread.c
Log Message:
Include jffs3.h from the fs/jffs3/ directory.
Index: fs-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/fs-ecos.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- fs-ecos.c 11 Dec 2004 17:04:50 -0000 3.2
+++ fs-ecos.c 13 Dec 2004 11:35:41 -0000 3.3
@@ -16,9 +16,9 @@
#include <linux/types.h>
#include <linux/stat.h>
#include <linux/kernel.h>
-#include <linux/jffs3.h>
#include <linux/pagemap.h>
#include <linux/crc32.h>
+#include "jffs3.h"
#include "nodelist.h"
#include "compr.h"
Index: gcthread.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/gcthread.c,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- gcthread.c 9 Dec 2004 16:05:54 -0000 3.1
+++ gcthread.c 13 Dec 2004 11:35:42 -0000 3.2
@@ -14,7 +14,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
-#include <linux/jffs3.h>
+#include "jffs3.h"
#include "nodelist.h"
- Previous message: mtd/fs/jffs3 background.c, 3.2, 3.3 compr.h, 3.2, 3.3 compr_rtime.c,
3.2, 3.3 compr_rubin.c, 3.2, 3.3 dir.c, 3.2, 3.3 file.c, 3.2,
3.3 malloc.c, 3.2, 3.3 nodelist.h, 3.2, 3.3 super.c, 3.2, 3.3
- Next message: mtd/patches patchin.sh,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list