mtd/fs/jffs2/ecos/src os-ecos.h,1.11,1.12

David Woodhouse dwmw2 at infradead.org
Wed Nov 26 08:02:49 EST 2003


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

Modified Files:
	os-ecos.h 
Log Message:
Move jffs2_erase_pending_trigger()

Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/os-ecos.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- os-ecos.h	24 Nov 2003 13:54:17 -0000	1.11
+++ os-ecos.h	26 Nov 2003 13:02:47 -0000	1.12
@@ -22,6 +22,11 @@
 #include <linux/compiler.h>
 #include "jffs2port.h"
 
+/* erase.c */
+static inline void jffs2_erase_pending_trigger(struct jffs2_sb_info *c)
+{
+}
+
 #ifndef CONFIG_JFFS2_FS_DEBUG
 # define CONFIG_JFFS2_FS_DEBUG 0
 #endif




More information about the linux-mtd-cvs mailing list