mtd/fs/jffs2 wbuf.c,1.18,1.19

David Woodhouse dwmw2 at infradead.org
Tue Nov 12 04:42:04 EST 2002


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

Modified Files:
	wbuf.c 
Log Message:
2.5 workqueue stuff

Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wbuf.c	10 Sep 2002 06:35:48 -0000	1.18
+++ wbuf.c	12 Nov 2002 09:42:01 -0000	1.19
@@ -66,7 +66,7 @@
 	* to sleep on flash write
 	*/
 	D1(printk(KERN_DEBUG "jffs2_wbuf_timeout(): timer expired\n"));
-	schedule_task(&c->wbuf_task);
+	schedule_work(&c->wbuf_task);
 }
 
 /*





More information about the linux-mtd-cvs mailing list