Page MenuHomeFreeBSD

drop swp_pager_getswapspace parameter
ClosedPublic

Authored by dougm on Feb 23 2020, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 6:49 AM
Unknown Object (File)
Wed, Oct 29, 4:38 PM
Unknown Object (File)
Thu, Oct 23, 5:16 PM
Unknown Object (File)
Thu, Oct 23, 5:16 PM
Unknown Object (File)
Thu, Oct 23, 5:16 PM
Unknown Object (File)
Thu, Oct 23, 8:53 AM
Unknown Object (File)
Sep 25 2025, 12:22 AM
Unknown Object (File)
Sep 15 2025, 2:21 PM
Subscribers

Details

Summary

The last argument to swp_pager_getswapspace is always 1. Remove that argument.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/vm/swap_pager.c
760 ↗(On Diff #68722)

You might assert that *io_npages >= 1.

This revision is now accepted and ready to land.Feb 23 2020, 9:48 PM