MTD CVS update: 'mtd/fs/jffs inode-v22.c inode-v23.c intrep.c intrep.h jffs_fm.c jffs_fm.h'
mgadbois at infradead.org
mgadbois at infradead.org
Wed Dec 20 17:47:39 EST 2000
Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv8004
Modified Files:
inode-v22.c inode-v23.c intrep.c intrep.h jffs_fm.c jffs_fm.h
Log Message:
- Added a change to use slab cache instead of kmalloc() and kfree(). Saves a
couple of bytes per node... useful for a system with not much RAM.
- Added a check of the number of jffs_nodes allocated in the system. If the
number of node exceed a certain threshold (see thread_should_wake()),
will do GC to force jffs_rewrite(). That will combine jffs_nodes together,
and reduce the amount of jffs_nodes in the system.
To unsubscribe, send "unsubscribe mtd-cvs" to majordomo at infradead.org
More information about the linux-mtd-cvs
mailing list