K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-07-27T17:21:41.000000Z K 7 svn:log V 268 Allow sequentially created mmap'ed anonymous regions to coalesce. There is little or no reason to create a swap pager for small mmap's. The vm_map_insert code will automatically create a swap pager if the object becomes too large. This fix, per a request from phk. END