HomeFreeBSD

usb: change LIST to SLIST to avoid LinuxKPI conflicts

Description

usb: change LIST to SLIST to avoid LinuxKPI conflicts

In order to better integrate modern LinuxKPI USB this tries to reduce
a contention point of "LIST". Given there is no need to use a LIST here
change it to SLIST to avoid conflicts.
It is a workaround which does not solve the actual problem (overlapping
namespaces) but it helps us a lot for now.

Sponsored by: The FreeBSD Foundation
X-MFC? unclear
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D46534

Details

Provenance
bzAuthored on Sep 4 2024, 7:21 PM
Reviewer
emaste
Differential Revision
D46534: usb: change LIST to SLIST to avoid LinuxKPI conflicts
Parents
rGa00c3a94bf64: tcp: remove remnants of 20+ year old disabled code from d912c694ee00
Branches
Unknown
Tags
Unknown