mtd/fs/jffs2/ecos/src os-ecos.h,1.3,1.4

David Woodhouse dwmw2 at infradead.org
Tue Jan 21 09:34:42 EST 2003


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

Modified Files:
	os-ecos.h 
Log Message:
sleep_on_spinlock() and EBADFD

Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/os-ecos.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- os-ecos.h	14 Jan 2003 14:50:58 -0000	1.3
+++ os-ecos.h	21 Jan 2003 14:34:39 -0000	1.4
@@ -114,6 +114,9 @@
     cyg_io_handle_t     s_dev;
 };
 
+#define sleep_on_spinunlock(wq, sl) do { ; } while(0)
+#define EBADFD 32767
+
 /* background.c */
 static inline void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c)
 {





More information about the linux-mtd-cvs mailing list