diff options
| author | Stanislav Fomichev <[email protected]> | 2025-07-17 17:23:33 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-07-19 00:27:47 +0000 |
| commit | 88d3cec28274f9c15355835466c0c694e313680e (patch) | |
| tree | 5ea61448b7caa6aea1db83190afd348f14767d8a /net/core/dev_api.c | |
| parent | net: s/dev_set_threaded/netif_set_threaded/ (diff) | |
| download | kernel-88d3cec28274f9c15355835466c0c694e313680e.tar.gz kernel-88d3cec28274f9c15355835466c0c694e313680e.zip | |
net: s/dev_close_many/netif_close_many/
Commit cc34acd577f1 ("docs: net: document new locking reality")
introduced netif_ vs dev_ function semantics: the former expects locked
netdev, the latter takes care of the locking. We don't strictly
follow this semantics on either side, but there are more dev_xxx handlers
now that don't fit. Rename them to netif_xxx where appropriate.
netif_close_many is used only by vlan/dsa and one mtk driver, so move it into
NETDEV_INTERNAL namespace.
Signed-off-by: Stanislav Fomichev <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/core/dev_api.c')
0 files changed, 0 insertions, 0 deletions
