mtd/include/linux jffs2_fs_sb.h,1.36,1.37

David Woodhouse dwmw2 at infradead.org
Fri Jan 17 11:04:47 EST 2003


Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv27032

Modified Files:
	jffs2_fs_sb.h 
Log Message:
add inocache_wq

Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- jffs2_fs_sb.h	9 Jan 2003 13:59:14 -0000	1.36
+++ jffs2_fs_sb.h	17 Jan 2003 16:04:44 -0000	1.37
@@ -75,6 +75,7 @@
 						   against erase completion handler */
 	wait_queue_head_t erase_wait;		/* For waiting for erases to complete */
 
+	wait_queue_head_t inocache_wq;
 	struct jffs2_inode_cache **inocache_list;
 	spinlock_t inocache_lock;
 	





More information about the linux-mtd-cvs mailing list