mtd/fs/jffs2 nodelist.c,1.85,1.86

David Woodhouse dwmw2 at infradead.org
Fri Oct 31 10:37:54 EST 2003


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

Modified Files:
	nodelist.c 
Log Message:
cond_resched() in kill_fragtree()

Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- nodelist.c	28 Oct 2003 17:21:01 -0000	1.85
+++ nodelist.c	31 Oct 2003 15:37:51 -0000	1.86
@@ -638,6 +638,8 @@
 
 		jffs2_free_node_frag(frag);
 		frag = parent;
+
+		cond_resched();
 	}
 }
 




More information about the linux-mtd-cvs mailing list