K 10 svn:author V 3 alc K 8 svn:date V 27 2014-06-15T07:52:59.908755Z K 7 svn:log V 374 One of the intentions behind r267254 was that the global variable "sgrowsiz" would be read once and cached in a local variable so that the resource limit check and map entry insertion would be guaranteed to use the same value. However, the value being passed to vm_map_insert() is still from "sgrowsiz" and not the local variable. Correct this oversight. Reviewed by: kib END