PERFORCE change 147186 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Aug 11 22:21:40 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147186

Change 147186 by trasz at trasz_traszkan on 2008/08/11 22:21:11

	Comment this damn thing out so I can run kernel with INVARIANTS
	for more than one hour without panicing with "truncate3".  ;-/

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_inode.c#2 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_inode.c#2 (text+ko) ====

@@ -481,7 +481,7 @@
 		}
 	}
 done:
-#ifdef INVARIANTS
+#if 0
 	for (level = SINGLE; level <= TRIPLE; level++)
 		if (newblks[NDADDR + level] != DIP(ip, i_ib[level]))
 			panic("ffs_truncate1");


More information about the p4-projects mailing list