Page MenuHomeFreeBSD

loader: remove BD_SUPPORT_FRAGS
ClosedPublic

Authored by tsoome on Aug 6 2018, 5:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 3:12 AM
Unknown Object (File)
Tue, Aug 25, 2:57 AM
Unknown Object (File)
Sat, Aug 22, 5:50 AM
Unknown Object (File)
Fri, Aug 21, 8:47 PM
Unknown Object (File)
Fri, Aug 21, 3:28 PM
Unknown Object (File)
Fri, Aug 21, 3:17 PM
Unknown Object (File)
Fri, Aug 21, 3:15 PM
Unknown Object (File)
Fri, Aug 21, 5:21 AM
Subscribers
None

Details

Summary

BD_SUPPORT_FRAGS is preprocessor knob to allow partial reads in bioscd/biosdisk
level. However, we already have support for partial reads in bcache, and there
is no need to have duplication via preprocessor controls.

Note that bioscd/biosdisk interface is assumed to perform IO in 512B blocks,
so the only translation we have to do is 512 <-> native block size.

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2018, 9:21 PM
This revision was automatically updated to reflect the committed changes.