mtd/include/linux jffs2_fs_sb.h,1.29,1.30

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


Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv6389/include/linux

Modified Files:
	jffs2_fs_sb.h 
Log Message:
Remove the inocache_last optimisation. With a decent-sized inocache hash 
table in the first place, it's not giving us any real improvements.


Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- jffs2_fs_sb.h	26 Jun 2002 01:20:43 -0000	1.29
+++ jffs2_fs_sb.h	26 Jun 2002 01:23:10 -0000	1.30
@@ -67,8 +67,6 @@
 
 	struct jffs2_inode_cache **inocache_list;
 	spinlock_t inocache_lock;
-	/* This _really_ speeds up mounts. */
-	struct jffs2_inode_cache *inocache_last;
 	
 	/* Sem to allow jffs2_garbage_collect_deletion_dirent to
 	   drop the erase_completion_lock while it's holding a pointer 





More information about the linux-mtd-cvs mailing list