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
- Previous message: mtd/fs/jffs2 gc.c,1.96,1.97
- Next message: mtd/fs/jffs2 background.c,1.34,1.35 erase.c,1.48,1.49 file.c,1.82,1.83 fs.c,1.22,1.23 gc.c,1.97,1.98 nodelist.c,1.74,1.75 nodemgmt.c,1.90,1.91 readinode.c,1.100,1.101 super-v24.c,1.63,1.64 super.c,1.75,1.76 wbuf.c,1.23,1.24 write.c,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
{
- Previous message: mtd/fs/jffs2 gc.c,1.96,1.97
- Next message: mtd/fs/jffs2 background.c,1.34,1.35 erase.c,1.48,1.49 file.c,1.82,1.83 fs.c,1.22,1.23 gc.c,1.97,1.98 nodelist.c,1.74,1.75 nodemgmt.c,1.90,1.91 readinode.c,1.100,1.101 super-v24.c,1.63,1.64 super.c,1.75,1.76 wbuf.c,1.23,1.24 write.c,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list