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)
Thu, May 7, 5:44 PM
Unknown Object (File)
Wed, May 6, 3:05 AM
Unknown Object (File)
Thu, Apr 30, 7:04 PM
Unknown Object (File)
Thu, Apr 30, 8:42 AM
Unknown Object (File)
Tue, Apr 28, 10:22 PM
Unknown Object (File)
Tue, Apr 28, 10:13 PM
Unknown Object (File)
Mon, Apr 27, 8:51 AM
Unknown Object (File)
Fri, Apr 24, 8:16 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