mtd/fs/jffs2 build.c,1.47,1.48

David Woodhouse dwmw2 at infradead.org
Fri Oct 3 11:58:46 EDT 2003


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

Modified Files:
	build.c 
Log Message:
Reduce resv_blocks_deletion.


Index: build.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/build.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.c	3 Oct 2003 15:54:49 -0000	1.47
+++ build.c	3 Oct 2003 15:58:43 -0000	1.48
@@ -270,7 +270,7 @@
 	c->highest_ino = 1;
 
 	c->resv_blocks_write = 5;
-	c->resv_blocks_deletion = 3;
+	c->resv_blocks_deletion = 2;
 	c->resv_blocks_gctrigger = 6;
 	c->resv_blocks_gcbad = 4;
 	c->resv_blocks_gcmerge = 3;




More information about the linux-mtd-cvs mailing list