Home
last modified time | relevance | path

Searched hist:f17488662a661029abeba1594c92904f7670c406 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.hf17488662a661029abeba1594c92904f7670c406 Thu Apr 06 16:14:52 UTC 2017 Axel Dörfler <axeld@pinc-software.de> network stack: Fixed double mutex lock.

* device_removed() no longer uses get_device_interface() to avoid
the double locking.
* Introduced net_device_interface::busy member to avoid locking in
device_removed() for too long.
* This should fix #7252.
H A Ddevice_interfaces.cppf17488662a661029abeba1594c92904f7670c406 Thu Apr 06 16:14:52 UTC 2017 Axel Dörfler <axeld@pinc-software.de> network stack: Fixed double mutex lock.

* device_removed() no longer uses get_device_interface() to avoid
the double locking.
* Introduced net_device_interface::busy member to avoid locking in
device_removed() for too long.
* This should fix #7252.