Files
systemd/src
Yu Watanabe 9e2bbf9915 network: make Link and NetDev always have the valid poiter to Manager
c4397d94c3 introduces
link_detach_from_manager() and netdev_detach_from_manager(), and they
set Link::manager or NetDev::manager NULL.
But, at the time e.g. link is removed, hence link_drop() is called,
there may be still some asynchronous netlink call is waiting, and
their callbacks hit assertion.

This make {link,netdev}_detach_from_manager() just drop all references
from manager, but keep the pointer to manager.

Fixes #11411.
2019-01-15 14:48:53 +01:00
..
2019-01-12 16:02:26 +01:00
2019-01-12 16:02:26 +01:00
2019-01-03 14:43:15 +01:00
2019-01-12 16:02:26 +01:00
2019-01-12 16:02:26 +01:00