VirtualBox

Changeset 24902 in vbox for trunk/src


Ignore:
Timestamp:
Nov 24, 2009 2:00:00 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/linux: fix for the finish_wait() fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r24885 r24902  
    174174        set_current_state(TASK_RUNNING); \
    175175        spin_lock_irqsave(&(q)->lock, flags); \
    176         list_del_init(&(q)->task_list); \
     176        list_del_init(&(wait)->task_list); \
    177177        spin_unlock_irqrestore(&(q)->lock, flags); \
    178178    } while (0)
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