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
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
Unknown Object (File)
Sep 19 2024, 1:55 AM

Details

Summary

Consistently use gctl_get_provider instead of home-grown variants.

Test Plan

test the 

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.