]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cleanup vm_radix KPI:
authorattilio <attilio@FreeBSD.org>
Wed, 6 Feb 2013 18:37:46 +0000 (18:37 +0000)
committerattilio <attilio@FreeBSD.org>
Wed, 6 Feb 2013 18:37:46 +0000 (18:37 +0000)
commit4c22b4bafedb243f08974d26fc6f02c35380922e
tree5a0cc7aa4642a72e340955d5eb066b0c0c99b047
parent3bbca3bce272e23bed717e9c3105599610be21c2
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.
sys/vm/vm_page.c
sys/vm/vm_radix.c
sys/vm/vm_radix.h