Page MenuHomeFreeBSD

vm_page: reorder declarations in header file
ClosedPublic

Authored by dougm on Wed, May 7, 10:06 PM.
Tags
None
Referenced Files
F119040740: D50249.id155118.diff
Wed, Jun 4, 4:27 PM
Unknown Object (File)
Sat, May 31, 1:34 AM
Unknown Object (File)
Thu, May 29, 11:58 PM
Unknown Object (File)
Mon, May 12, 8:02 PM
Subscribers

Details

Summary

Make a range of function declarations in vm_page.h more nearly alphabetically sorted.

Some are still left out, like functions involving KBI.

Should we be naming parameters here, or not?

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Wed, May 7, 10:06 PM
dougm created this revision.
dougm added reviewers: kib, markj.
This revision is now accepted and ready to land.Fri, May 9, 7:09 AM
alc added inline comments.
sys/vm/vm_page.h
604–605

The majority of the declarations that are migrating to a new place in the list have parameter names. Can we add parameter names to the rest of those that are migrating?

This revision was automatically updated to reflect the committed changes.