Make vm_phys_alloc_freelist_pages static. If anyone outside the kernel called it,they'd have to know about pools, their number and meaning, and I don't think that information is widespread.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The caller in vm_page.c to the formerly public function was eliminated this past summer.