Page MenuHomeFreeBSD

kerneldump: remove physical argument from d_dumper
ClosedPublic

Authored by mhorne on May 11 2022, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 10:10 PM
Unknown Object (File)
Wed, May 13, 9:59 PM
Unknown Object (File)
Wed, May 13, 9:49 PM
Unknown Object (File)
Wed, May 13, 9:49 PM
Unknown Object (File)
Thu, Apr 30, 8:25 AM
Unknown Object (File)
Mon, Apr 27, 7:34 AM
Unknown Object (File)
Fri, Apr 24, 1:47 AM
Unknown Object (File)
Thu, Apr 23, 5:48 AM

Details

Summary

The physical address argument is essentially ignored by every dumper
method. In addition, the dump routines don't actually pass a real
address; every call to dump_append() passes a value of zero for
physical.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45530
Build 42418: arc lint + arc unit

Event Timeline

Thanks! Yeah this parameter was never used as far as I could tell, and stopped making sense when support for compression was added.

This revision is now accepted and ready to land.May 12 2022, 1:03 PM