mtd/fs/jffs2 gc.c,1.102,1.103
David Woodhouse
dwmw2 at infradead.org
Thu May 22 14:01:05 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv5490
Modified Files:
gc.c
Log Message:
Remove unnecessary second ic.
Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- gc.c 29 Apr 2003 09:52:58 -0000 1.102
+++ gc.c 22 May 2003 18:01:02 -0000 1.103
@@ -122,8 +122,6 @@
return -EINTR;
for (;;) {
- struct jffs2_inode_cache *ic;
-
spin_lock(&c->erase_completion_lock);
if (!c->unchecked_size)
break;
More information about the linux-mtd-cvs
mailing list