K 10 svn:author V 3 alc K 8 svn:date V 27 2014-06-26T16:04:03.901793Z K 7 svn:log V 305 Delay the call to crhold() in vm_map_insert() until we know that we won't have to undo it by calling crfree(). This reduces the total number of calls by vm_map_insert() to crhold() and crfree() by 45% in my tests. Eliminate an unnecessary variable from vm_map_insert(). Reviewed by: kib Tested by: pho END