diff options
author | Zhaoping Shu <[email protected]> | 2022-11-03 19:08:49 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2022-11-07 09:38:04 +0000 |
commit | f9027f88f7d1dc2b0ed1afbf28f22992d72d7efe (patch) | |
tree | 73addd25f04d6f84e177e2cc37122c1f291706bf /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 668205b9c9f94d5ed6ab00cce9a46a654c2b5d16 (diff) |
net: wwan: iosm: Remove unnecessary if_mutex lock
These WWAN network interface operations (create/delete/open/close)
are already protected by RTNL lock, i.e., wwan_ops.newlink(),
wwan_ops.dellink(), net_device_ops.ndo_open() and
net_device.ndo_stop() are called with RTNL lock held.
Therefore, this patch removes the unnecessary if_mutex.
Signed-off-by: Zhaoping Shu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions