mtd/include/linux jffs2_fs_sb.h,1.51,1.52
gleixner at infradead.org
gleixner at infradead.org
Thu May 19 12:12:20 EDT 2005
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv17458/include/linux
Modified Files:
jffs2_fs_sb.h
Log Message:
Convert thread start to completion
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- jffs2_fs_sb.h 28 Feb 2005 08:21:06 -0000 1.51
+++ jffs2_fs_sb.h 19 May 2005 16:12:17 -0000 1.52
@@ -32,7 +32,7 @@
unsigned int flags;
struct task_struct *gc_task; /* GC task struct */
- struct semaphore gc_thread_start; /* GC thread start mutex */
+ struct completion gc_thread_start; /* GC thread start completion */
struct completion gc_thread_exit; /* GC thread exit completion port */
struct semaphore alloc_sem; /* Used to protect all the following
More information about the linux-mtd-cvs
mailing list