Page MenuHomeFreeBSD

diff: Fix device case.
ClosedPublic

Authored by des on Dec 23 2024, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 28, 11:33 PM
Unknown Object (File)
Tue, Jan 28, 5:31 PM
Unknown Object (File)
Sun, Jan 19, 9:35 PM
Unknown Object (File)
Dec 31 2024, 5:49 PM
Unknown Object (File)
Dec 26 2024, 5:16 AM
Unknown Object (File)
Dec 26 2024, 2:00 AM
Unknown Object (File)
Dec 26 2024, 1:49 AM
Unknown Object (File)
Dec 25 2024, 9:46 PM
Subscribers

Details

Summary

We already fell back to Stone for FIFOs, but we actually need to fall
back to Stone for everything except regular files, because libdiff's
atomizer needs to know the size of its input in advance, and neither
FIFOs nor devices can be trusted to report their size.

MFC after: 1 week
Reported by: mav

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61309
Build 58193: arc lint + arc unit

Event Timeline

des requested review of this revision.Dec 23 2024, 5:09 PM
allanjude added a subscriber: allanjude.

Reviewed by: allanjude

This revision is now accepted and ready to land.Dec 23 2024, 5:11 PM
This revision was automatically updated to reflect the committed changes.