In order to better integrate modern LinuxKPI USB this tries to reduce
a contention point of "LIST". Given there is no need to us a LIST here
change it to SLIST to avoid conflicts.
Sponsored by: The FreeBSD Foundation
X-MFC? unclear
Differential D46534
usb: change LIST to SLIST to avoid LinuxKPI conflicts bz on Sep 4 2024, 7:28 PM. Authored by Tags None Referenced Files
Details
In order to better integrate modern LinuxKPI USB this tries to reduce Sponsored by: The FreeBSD Foundation Manually extract from a larger change in a different branch;
Diff Detail
Event TimelineComment Actions I think this is fine even if it's sort of a lucky workaround (we still mix Linux and FreeBSD namespaces, we're just capitalizing on Linux's lack of SLIST it seems).
|