diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-06-03 04:28:30 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-06-05 00:04:55 +0300 |
| commit | 251bc9db88fb351ea2dfbd976c4e6aaae6507a91 (patch) | |
| tree | bc40b516c3f37d5b9c9d5c3eab6f2c787087d514 /include/linux | |
| parent | 93790c374b9d77f3db15786d7d432872d92751cf (diff) | |
| download | linux-251bc9db88fb351ea2dfbd976c4e6aaae6507a91.tar.xz | |
net: rename netdev_ops_assert_locked()
Jakub suggests renaming the existing assert to match
the netdev_lock_ops_compat() semantics.
We want netdev_assert_locked_ops() to mean - if the driver
is ops locked - check that it's holding the device lock.
The existing helper check for either ops lock or rtnl_lock,
which is the locking behavior of netdev_lock_ops_compat().
The reason for naming divergence is likely that
netdev_ops_assert_locked() predated the _compat() helpers.
Suggested-by: Jakub Sitnicki <jakub@cloudflare.com>
Reviewed-by: Nicolai Buchwitz <nb@tipi-net.de>
Reviewed-by: Jakub Sitnicki <jakub@cloudflare.com>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20260603012840.2254293-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
