Page MenuHomeFreeBSD

Consistently use gctl_get_provider instead of home-grown variants.
ClosedPublic

Authored by delphij on Jul 20 2020, 12:20 AM.
Tags
None
Referenced Files
F102644964: D25739.diff
Fri, Nov 15, 6:49 AM
Unknown Object (File)
Thu, Oct 24, 2:59 AM
Unknown Object (File)
Oct 13 2024, 1:11 PM
Unknown Object (File)
Sep 28 2024, 1:32 PM
Unknown Object (File)
Sep 28 2024, 12:38 PM
Unknown Object (File)
Sep 28 2024, 7:26 AM
Unknown Object (File)
Sep 25 2024, 8:12 PM
Unknown Object (File)
Sep 19 2024, 4:16 PM

Details

Summary

Consistently use gctl_get_provider instead of home-grown variants.

Test Plan

test the 

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32427
Build 29904: arc lint + arc unit

Event Timeline

delphij created this revision.

Eliminate some unrelated changes to make this smaller.

This revision is now accepted and ready to land.Jul 22 2020, 12:26 AM

FYI: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262554#c9 indicates that a home-grown variant is still in use in sys/geom/part/g_part.c . It disallowed /dev/ prefix usage in a gpart add for what that submittal was reporting.