K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-03-09T18:25:54.000000Z K 7 svn:log V 361 When creating a shadow vm_object in vmspace_fork(), only one reference count was transferred to the new object, but both the new and the old map entries had pointers to the new object. Correct this by transferring the second reference. This fixes a panic that can occur when mmap(2) is used with the MAP_INHERIT flag. PR: i386/25603 Reviewed by: dillon, alc END