Page MenuHomeFreeBSD

Pass BIO_SPEEDUP through all the geom layers
ClosedPublic

Authored by imp on Jan 15 2020, 1:22 AM.
Tags
None
Referenced Files
F162268690: D23183.id66760.diff
Sat, Jul 11, 1:16 PM
Unknown Object (File)
Tue, Jul 7, 5:47 AM
Unknown Object (File)
Sat, Jul 4, 4:56 AM
Unknown Object (File)
Thu, Jul 2, 4:39 PM
Unknown Object (File)
Wed, Jul 1, 5:35 AM
Unknown Object (File)
Mon, Jun 29, 10:20 PM
Unknown Object (File)
Fri, Jun 26, 6:19 PM
Unknown Object (File)
Sat, Jun 20, 7:27 PM
Subscribers
None

Details

Summary

While some geom layers pass unknown commands down, not all do. For the ones that
don't, pass BIO_SPEEDUP down to the providers that constittue the geom, as
applicable. No changes to vinum or virstor because I was unsure how to add this
support, and I'm also unsure how to test these. gvinum doesn't implement
BIO_FLUSH either, so it may just be poorly maintained. gvirstor is for testing
and not supportig BIO_SPEEDUP is fine.

Test Plan

This is the myriad of issues...

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28673
Build 26698: arc lint + arc unit

Event Timeline

imp added reviewers: mckusick, chs.
This revision is now accepted and ready to land.Jan 16 2020, 10:40 PM
This revision was automatically updated to reflect the committed changes.