mtd/fs/jffs3/ecos/src os-ecos.h,3.2,3.3

Andrew Victor pavlov at infradead.org
Wed Feb 9 09:25:19 EST 2005


Update of /home/cvs/mtd/fs/jffs3/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv27847/fs/jffs3/ecos/src

Modified Files:
	os-ecos.h 
Log Message:
This patch replaces the current CONFIG_JFFS2_FS_NAND and
CONFIG_JFFS2_FS_NOR_ECC with a single configuration option - 
CONFIG_JFFS2_FS_WRITEBUFFER.

(This is now the same as in JFFS2)


Signed-off-by: Andrew Victor <andrew at sanpeople.com>



Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/src/os-ecos.h,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- os-ecos.h	5 Jan 2005 16:19:01 -0000	3.2
+++ os-ecos.h	9 Feb 2005 14:25:16 -0000	3.3
@@ -184,7 +184,7 @@
 static inline void jffs3_erase_pending_trigger(struct jffs3_sb_info *c)
 { }
 
-#ifndef CONFIG_JFFS3_FS_NAND
+#ifndef CONFIG_JFFS3_FS_WRITEBUFFER
 #define jffs3_can_mark_obsolete(c) (1)
 #define jffs3_cleanmarker_oob(c) (0)
 #define jffs3_write_nand_cleanmarker(c,jeb) (-EIO)





More information about the linux-mtd-cvs mailing list