Added #ifdef DIAGNOSTIC around the check for dirty persistent vm objects,
authorRod Grimes <rgrimes@FreeBSD.org>
Sun, 5 Sep 1993 09:39:31 +0000 (09:39 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sun, 5 Sep 1993 09:39:31 +0000 (09:39 +0000)
commit3ad802c685dd9e580b6404a22a501851fe5eed9e
treeee97b90efe93fd13246a6fb8fde9c47e75d48ae6
parente7345b2c7c073237279f5e098efeaa541c4cc175
Added #ifdef DIAGNOSTIC around the check for dirty persistent vm objects,
since the bug has been fixed, no need to waste time doing all this checking.

From David Greenman
sys/vm/vm_object.c