VirtualBox

Ignore:
Timestamp:
Aug 13, 2010 5:53:38 AM (14 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r31626 r31627  
    22322232int vboxNetFltOsDisconnectIt(PVBOXNETFLTINS pThis)
    22332233{
    2234     /* Nothing to do here. */
     2234    /*
     2235     * Remove packet handler when we get disconnected from internal switch as
     2236     * we don't want the handler to forward packets to disconnected switch.
     2237     */
     2238    dev_remove_pack(&pThis->u.s.PacketType);
    22352239    return VINF_SUCCESS;
    22362240}
     
    22872291    if (fRegistered)
    22882292    {
    2289         dev_remove_pack(&pThis->u.s.PacketType);
    22902293#ifndef VBOXNETFLT_LINUX_NO_XMIT_QUEUE
    22912294        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