]> git.baikalelectronics.ru Git - kernel.git/commit
net: core: add __netdev_upper_dev_unlink()
authorTaehee Yoo <ap420073@gmail.com>
Fri, 25 Sep 2020 18:13:02 +0000 (18:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 22:00:14 +0000 (15:00 -0700)
commitde37cf53a3796fb96ba34cc2c4a4a4257667e6eb
treeaa7e90833af522e8685df7148420812d68b6908d
parente4ec8980b44ee502f4d9893e99c59e6ba2bc17a7
net: core: add __netdev_upper_dev_unlink()

The netdev_upper_dev_unlink() has to work differently according to flags.
This idea is the same with __netdev_upper_dev_link().

In the following patches, new flags will be added.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c