VirtualBox

Changeset 31622 in vbox


Ignore:
Timestamp:
Aug 12, 2010 9:13:13 PM (14 years ago)
Author:
vboxsync
Message:

vboxnetflt: fixed system lockup during VM shutdown (#5033)

File:
1 edited

Legend:

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

    r31272 r31622  
    22322232int vboxNetFltOsDisconnectIt(PVBOXNETFLTINS pThis)
    22332233{
    2234     /* Nothing to do here. */
     2234#ifdef VBOXNETFLT_WITH_QDISC
     2235    vboxNetFltLinuxQdiscRemove(pThis, NULL);
     2236#endif /* VBOXNETFLT_WITH_QDISC */
     2237    dev_remove_pack(&pThis->u.s.PacketType);
    22352238    return VINF_SUCCESS;
    22362239}
     
    22712274    vboxNetFltLinuxUnhookDev(pThis, NULL);
    22722275#endif
    2273 #ifdef VBOXNETFLT_WITH_QDISC
    2274     vboxNetFltLinuxQdiscRemove(pThis, NULL);
    2275 #endif /* VBOXNETFLT_WITH_QDISC */
    22762276
    22772277    /** @todo This code may race vboxNetFltLinuxUnregisterDevice (very very
     
    22872287    if (fRegistered)
    22882288    {
    2289         dev_remove_pack(&pThis->u.s.PacketType);
    22902289#ifndef VBOXNETFLT_LINUX_NO_XMIT_QUEUE
    22912290        skb_queue_purge(&pThis->u.s.XmitQueue);
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