mtd/include/linux jffs2_fs_sb.h,1.27,1.28

David Woodhouse dwmw2 at infradead.org
Fri May 10 20:10:28 EDT 2002


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

Modified Files:
	jffs2_fs_sb.h 
Log Message:
very_dirty_list

Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- jffs2_fs_sb.h	28 Apr 2002 13:41:51 -0000	1.27
+++ jffs2_fs_sb.h	11 May 2002 00:10:25 -0000	1.28
@@ -52,6 +52,7 @@
 	struct jffs2_eraseblock *gcblock;	/* The block we're currently garbage-collecting */
 
 	struct list_head clean_list;		/* Blocks 100% full of clean data */
+	struct list_head very_dirty_list;	/* Blocks with lots of dirty space */
 	struct list_head dirty_list;		/* Blocks with some dirty space */
 	struct list_head erasable_list;		/* Blocks which are completely dirty, and need erasing */
 	struct list_head erasable_pending_wbuf_list;	/* Blocks which need erasing but only after the current wbuf is flushed */





More information about the linux-mtd-cvs mailing list