Page MenuHomeFreeBSD

install: drop obsolete file size limit for -C
ClosedPublic

Authored by ray on Mon, Jun 8, 2:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 12, 7:45 AM
Unknown Object (File)
Thu, Jun 11, 9:07 PM
Unknown Object (File)
Thu, Jun 11, 9:07 PM
Unknown Object (File)
Thu, Jun 11, 4:18 AM
Unknown Object (File)
Thu, Jun 11, 2:20 AM
Unknown Object (File)
Mon, Jun 8, 2:51 PM
Subscribers

Details

Summary

Removes the file size limit for -C comparisons. The limit was
meant to prevent oversized mmap allocations, which is no longer relevant
as mmap is no longer used here. Credit to bdrewery.
See: https://reviews.freebsd.org/D57230

Diff Detail

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

Event Timeline

ray requested review of this revision.Mon, Jun 8, 2:44 PM

Makes sense to mention the commit that had removed mmap() in the commit message.

No longer since XXXXXXX as mmap is removed
This revision is now accepted and ready to land.Mon, Jun 8, 5:57 PM
This revision was automatically updated to reflect the committed changes.