Page MenuHomeFreeBSD

new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE
ClosedPublic

Authored by jhb on Feb 27 2024, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 9:38 AM
Unknown Object (File)
Tue, Sep 30, 7:25 AM
Unknown Object (File)
Mon, Sep 29, 2:20 PM
Unknown Object (File)
Sat, Sep 27, 2:46 PM
Unknown Object (File)
Sat, Sep 27, 2:40 PM
Unknown Object (File)
Sat, Sep 27, 2:35 PM
Unknown Object (File)
Sat, Sep 27, 2:34 PM
Unknown Object (File)
Mon, Sep 22, 3:32 AM

Details

Summary

The public bus_release_resource() API still accepts both forms, but
the internal kobj method no longer passes the arguments.
Implementations which need the rid or type now use rman_get_rid() or
rman_get_type() to fetch the value from the allocated resource.

Diff Detail

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