]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: convert vlan spinlock to mutex
authorJulian Wiedmann <jwi@linux.vnet.ibm.com>
Thu, 26 Apr 2018 07:42:13 +0000 (09:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2018 17:38:47 +0000 (13:38 -0400)
commit0c1b77e286dd524a54890a47c40800fecdd49e3e
tree8fd7210b0b57539daa47cb658a02333cd81ac6b6
parentf5e65251343c2f9b14f1da650b71869cd22f4acb
s390/qeth: convert vlan spinlock to mutex

As the vid_list is only accessed from process context, there's no need to
protect it with a spinlock.

Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_core_main.c
drivers/s390/net/qeth_l2_main.c