K 10 svn:author V 7 attilio K 8 svn:date V 27 2013-02-06T18:37:46.068634Z K 7 svn:log V 285 Cleanup vm_radix KPI: - Avoid the return value for vm_radix_insert() - Name the functions argument per-style(9) - Avoid to get and return opaque objects but use vm_page_t as vm_radix is thought to not really be general code but to cater specifically page cache and resident cache. END