diff options
author | 2022-07-11 01:14:00 -0700 | |
---|---|---|
committer | 2022-07-12 10:26:22 +0200 | |
commit | 367dfa1212050b9418b890a2f74a3550e31b571d (patch) | |
tree | 6257d6f4f063d763996841be134172cf9576f3a3 /net/core/devlink.c | |
parent | amd-xgbe: fix clang -Wformat warnings (diff) | |
download | wireguard-linux-367dfa1212050b9418b890a2f74a3550e31b571d.tar.xz wireguard-linux-367dfa1212050b9418b890a2f74a3550e31b571d.zip |
net/mlx5: Remove devl_unlock from mlx5_eswtich_mode_callback_enter
The function mlx5_eswtich_mode_callback_enter() was added as a temporary
workaround once devlink instance lock was added to devlink eswitch
callbacks. However, code review and testing show that all the callbacks
part to eswitch_mode_set don't take devlink instance lock in any flow
and so unlocking devlink instance lock while entering these functions is
not needed.
Remove devl_lock from mlx5_eswtich_mode_callback_enter() and devl_unlock
from mlx5_eswtich_mode_callback_exit(). Also remove the functions
mlx5_eswtich_mode_callback_enter()/exit() as they are not needed any
more. The callback eswitch_mode_set will be treated separately in the
following patches.
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/core/devlink.c')
0 files changed, 0 insertions, 0 deletions