Page MenuHomeFreeBSD

Remove the header comment in vm_page.c.
ClosedPublic

Authored by markj on Jun 3 2019, 3:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 15, 3:19 AM
Unknown Object (File)
Tue, Mar 5, 5:22 AM
Unknown Object (File)
Jan 11 2024, 2:53 PM
Unknown Object (File)
Dec 20 2023, 5:34 AM
Unknown Object (File)
Nov 28 2023, 11:40 AM
Unknown Object (File)
Nov 22 2023, 10:20 PM
Unknown Object (File)
Nov 22 2023, 8:17 PM
Unknown Object (File)
Nov 22 2023, 8:09 PM
Subscribers

Details

Summary

It is outdated, and there is a much more thorough comment in vm_page.h.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jun 3 2019, 4:24 PM
sys/vm/vm_page.c
82–84 ↗(On Diff #58193)

I'm fine with deleting the GENERAL RULES ON VM_PAGE MANIPULATION comment as stale.

However, there are similar one-line comments to "Resident memory management module." at the start of other files that we inherited from Mach. If you're going to delete one, please delete them all.

Restore the "Resident memory management module" comment.

This revision now requires review to proceed.Jun 3 2019, 5:25 PM
This revision is now accepted and ready to land.Jun 3 2019, 7:10 PM
This revision was automatically updated to reflect the committed changes.