Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 22:21:40 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147186 for review
Message-ID:  <200808112221.m7BMLerN091697@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147186

Change 147186 by trasz@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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808112221.m7BMLerN091697>