mtd/fs/jffs2 os-linux.h,1.48,1.49 wbuf.c,1.73,1.74
havasi at infradead.org
havasi at infradead.org
Thu Nov 4 16:42:17 EST 2004
- Previous message: mtd/drivers/mtd/maps arctic-mtd.c, 1.12, 1.13 autcpu12-nvram.c, 1.7,
1.8 beech-mtd.c, 1.9, 1.10 cdb89712.c, 1.9, 1.10 cfi_flagadm.c,
1.13, 1.14 cstm_mips_ixx.c, 1.11, 1.12 db1550-flash.c, 1.6,
1.7 db1x00-flash.c, 1.5, 1.6 dbox2-flash.c, 1.12,
1.13 dilnetpc.c, 1.15, 1.16 dmv182.c, 1.4, 1.5 ebony.c, 1.12,
1.13 edb7312.c, 1.12, 1.13 elan-104nc.c, 1.22,
1.23 epxa10db-flash.c, 1.12, 1.13 fortunet.c, 1.8,
1.9 h720x-flash.c, 1.10, 1.11 impa7.c, 1.12, 1.13 ipaq-flash.c,
1.2, 1.3 iq80310.c, 1.19, 1.20 ixp2000.c, 1.3, 1.4 ixp4xx.c,
1.6, 1.7 l440gx.c, 1.14, 1.15 lasat.c, 1.8,
1.9 lubbock-flash.c, 1.18, 1.19 mbx860.c, 1.7, 1.8 netsc520.c,
1.11, 1.12 nettel.c, 1.7, 1.8 ocelot.c, 1.14, 1.15 ocotea.c,
1.2, 1.3 pb1550-flash.c, 1.5, 1.6 pb1xxx-flash.c, 1.13,
1.14 physmap.c, 1.35, 1.36 redwood.c, 1.9, 1.10 rpxlite.c,
1.21, 1.22 sbc_gxx.c, 1.30, 1.31 sc520cdp.c, 1.17,
1.18 scx200_docflash.c, 1.7, 1.8 sun_uflash.c, 1.10,
1.11 uclinux.c, 1.8, 1.9 wr_sbc82xx_flash.c, 1.6, 1.7
- Next message: mtd/fs/jffs2 os-linux.h,1.49,1.50 wbuf.c,1.74,1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/home/havasi/mtd/fs/jffs2
Modified Files:
os-linux.h wbuf.c
Log Message:
Make it compilable without JFFS2_FS_NOR_ECC, too
Index: os-linux.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/os-linux.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- os-linux.h 3 Nov 2004 12:57:39 -0000 1.48
+++ os-linux.h 4 Nov 2004 21:42:14 -0000 1.49
@@ -145,8 +145,8 @@
void jffs2_nor_ecc_flash_cleanup(struct jffs2_sb_info *c);
#else
#define jffs2_nor_ecc(c) (0)
-#define jffs2_nor_ecc_flash_setup (0)
-#define jffs2_nor_ecc_flash_cleanup do {} while (0)
+#define jffs2_nor_ecc_flash_setup(c) (0)
+#define jffs2_nor_ecc_flash_cleanup(c)
#endif /* NOR ECC */
#endif /* NAND */
Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- wbuf.c 3 Nov 2004 12:57:39 -0000 1.73
+++ wbuf.c 4 Nov 2004 21:42:14 -0000 1.74
@@ -1135,6 +1135,8 @@
kfree(c->wbuf);
}
+#ifdef CONFIG_JFFS2_FS_NOR_ECC
+
int jffs2_nor_ecc_flash_setup(struct jffs2_sb_info *c) {
/* Cleanmarker is actually larger on the flashes */
c->cleanmarker_size = 16;
@@ -1153,3 +1155,5 @@
void jffs2_nor_ecc_flash_cleanup(struct jffs2_sb_info *c) {
kfree(c->wbuf);
}
+
+#endif
- Previous message: mtd/drivers/mtd/maps arctic-mtd.c, 1.12, 1.13 autcpu12-nvram.c, 1.7,
1.8 beech-mtd.c, 1.9, 1.10 cdb89712.c, 1.9, 1.10 cfi_flagadm.c,
1.13, 1.14 cstm_mips_ixx.c, 1.11, 1.12 db1550-flash.c, 1.6,
1.7 db1x00-flash.c, 1.5, 1.6 dbox2-flash.c, 1.12,
1.13 dilnetpc.c, 1.15, 1.16 dmv182.c, 1.4, 1.5 ebony.c, 1.12,
1.13 edb7312.c, 1.12, 1.13 elan-104nc.c, 1.22,
1.23 epxa10db-flash.c, 1.12, 1.13 fortunet.c, 1.8,
1.9 h720x-flash.c, 1.10, 1.11 impa7.c, 1.12, 1.13 ipaq-flash.c,
1.2, 1.3 iq80310.c, 1.19, 1.20 ixp2000.c, 1.3, 1.4 ixp4xx.c,
1.6, 1.7 l440gx.c, 1.14, 1.15 lasat.c, 1.8,
1.9 lubbock-flash.c, 1.18, 1.19 mbx860.c, 1.7, 1.8 netsc520.c,
1.11, 1.12 nettel.c, 1.7, 1.8 ocelot.c, 1.14, 1.15 ocotea.c,
1.2, 1.3 pb1550-flash.c, 1.5, 1.6 pb1xxx-flash.c, 1.13,
1.14 physmap.c, 1.35, 1.36 redwood.c, 1.9, 1.10 rpxlite.c,
1.21, 1.22 sbc_gxx.c, 1.30, 1.31 sc520cdp.c, 1.17,
1.18 scx200_docflash.c, 1.7, 1.8 sun_uflash.c, 1.10,
1.11 uclinux.c, 1.8, 1.9 wr_sbc82xx_flash.c, 1.6, 1.7
- Next message: mtd/fs/jffs2 os-linux.h,1.49,1.50 wbuf.c,1.74,1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list