mtd/fs/jffs2 nodemgmt.c,1.84,1.85

David Woodhouse dwmw2 at infradead.org
Tue Nov 12 06:21:03 EST 2002


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

Modified Files:
	nodemgmt.c 
Log Message:
Er, make it compile again. Too many brackets.


Index: nodemgmt.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodemgmt.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- nodemgmt.c	12 Nov 2002 11:17:29 -0000	1.84
+++ nodemgmt.c	12 Nov 2002 11:21:00 -0000	1.85
@@ -367,7 +367,7 @@
 		jeb->unchecked_size -= ref->totlen;
 		c->unchecked_size -= ref->totlen;
 	} else {
-		D1(if (unlikely(jeb->used_size < ref->totlen))) {
+		D1(if (unlikely(jeb->used_size < ref->totlen)) {
 			printk(KERN_NOTICE "raw node of size 0x%08x freed from erase block %d at 0x%08x, but used_size was already 0x%08x\n",
 			       ref->totlen, blocknr, ref->flash_offset, jeb->used_size);
 			BUG();





More information about the linux-mtd-cvs mailing list