]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: merge link_drop() and link_detach_from_manager()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 May 2021 06:40:15 +0000 (15:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 May 2021 11:40:56 +0000 (20:40 +0900)
commit63130eb36dc51e4fd50716c585f98ebe456ca7cf
tree0c145269aebeb49e1487d0f7ad983ad9e289bad0
parentce9388d72a710ffc4840572fecdfe7d9c0be0956
network: merge link_drop() and link_detach_from_manager()

link_detach_from_manager() is only called by link_drop(). It is not
necessary to split such tiny function.
src/network/networkd-link.c