mtd/fs/jffs2 nodelist.c,1.46,1.47

David Woodhouse dwmw2 at infradead.org
Tue Jun 25 21:25:32 EDT 2002


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

Modified Files:
	nodelist.c 
Log Message:
missed an inocache_last

Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- nodelist.c	26 Jun 2002 01:23:09 -0000	1.46
+++ nodelist.c	26 Jun 2002 01:25:30 -0000	1.47
@@ -294,8 +294,6 @@
 	
 	if (ret && ret->ino != ino)
 		ret = NULL;
-	if (ret)
-		c->inocache_last = ret;
 
 	spin_unlock(&c->inocache_lock);
 





More information about the linux-mtd-cvs mailing list