mtd/fs/jffs2 background.c,1.53,1.54
gleixner at infradead.org
gleixner at infradead.org
Fri May 20 17:37:15 EDT 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv25383
Modified Files:
background.c
Log Message:
Adding a semicolon helps a lot. gcc is stupid and pedantic. It should know that I intended to put a semicolon there
Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- background.c 20 May 2005 19:24:34 -0000 1.53
+++ background.c 20 May 2005 21:37:12 -0000 1.54
@@ -56,7 +56,7 @@
void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c)
{
- int wait = 0
+ int wait = 0;
spin_lock(&c->erase_completion_lock);
if (c->gc_task) {
D1(printk(KERN_DEBUG "jffs2: Killing GC task %d\n", c->gc_task->pid));
More information about the linux-mtd-cvs
mailing list