mtd/fs/jffs2/ecos/src os-ecos.h,1.19,1.20
David Woodhouse
dwmw2 at infradead.org
Wed May 5 08:00:34 EDT 2004
- Previous message: mtd/fs/jffs2 fs.c,1.39,1.40 os-linux.h,1.41,1.42
super-v24.c,1.76,1.77 super.c,1.92,1.93
- Next message: mtd/fs/jffs2 fs.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv1980/ecos/src
Modified Files:
os-ecos.h
Log Message:
Patch from Josh Boyer to generalise nand_flash_setup
Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/os-ecos.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- os-ecos.h 28 Nov 2003 11:38:45 -0000 1.19
+++ os-ecos.h 5 May 2004 12:00:31 -0000 1.20
@@ -192,7 +192,7 @@
#define jffs2_flush_wbuf_gc(c, i) ({ (void)(c), (void) i, 0; })
#define jffs2_nand_read_failcnt(c,jeb) do { ; } while(0)
#define jffs2_write_nand_badblock(c,jeb) do { ; } while(0)
-#define jffs2_nand_flash_setup(c) (0)
+#define jffs2_flash_setup(c) (0)
#define jffs2_nand_flash_cleanup(c) do {} while(0)
#define jffs2_wbuf_dirty(c) (0)
#define jffs2_flash_writev(a,b,c,d,e,f) jffs2_flash_direct_writev(a,b,c,d,e)
- Previous message: mtd/fs/jffs2 fs.c,1.39,1.40 os-linux.h,1.41,1.42
super-v24.c,1.76,1.77 super.c,1.92,1.93
- Next message: mtd/fs/jffs2 fs.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list