VirtualBox

Changeset 97665 in vbox


Ignore:
Timestamp:
Nov 23, 2022 12:35:21 PM (2 years ago)
Author:
vboxsync
Message:

Linux: Host Drivers: VBoxNetFlt: Fix build for RHEL 9.1 kernel, ticketref:21299.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r97491 r97665  
    23202320                Log6(("vboxNetFltPortOsXmit: pBuf->cb dump:\n%.*Rhxd\n", sizeof(pBuf->cb), pBuf->cb));
    23212321                Log6(("vboxNetFltPortOsXmit: netif_rx_ni(%p)\n", pBuf));
    2322 #if RTLNX_VER_MIN(5,18,0) || RTLNX_RHEL_MIN(9,2)
     2322#if RTLNX_VER_MIN(5,18,0) || RTLNX_RHEL_MIN(9,1)
    23232323                local_bh_disable();
    23242324                err = netif_rx(pBuf);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette