mtd/include/linux jffs2_fs_sb.h,1.34,1.35
David Woodhouse
dwmw2 at infradead.org
Tue Nov 12 04:42:21 EST 2002
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv29668
Modified Files:
jffs2_fs_sb.h
Log Message:
2.5 workqueue stuff
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- jffs2_fs_sb.h 9 Sep 2002 16:29:07 -0000 1.34
+++ jffs2_fs_sb.h 12 Nov 2002 09:42:18 -0000 1.35
@@ -5,7 +5,7 @@
#include <linux/types.h>
#include <linux/spinlock.h>
-#include <linux/tqueue.h>
+#include <linux/workqueue.h>
#include <linux/completion.h>
#include <asm/semaphore.h>
#include <linux/list.h>
@@ -86,7 +86,7 @@
uint32_t wbuf_ofs;
uint32_t wbuf_len;
uint32_t wbuf_pagesize;
- struct tq_struct wbuf_task; /* task for timed wbuf flush */
+ struct work_struct wbuf_task; /* task for timed wbuf flush */
struct timer_list wbuf_timer; /* timer for flushing wbuf */
/* OS-private pointer for getting back to master superblock info */
More information about the linux-mtd-cvs
mailing list