commit | d4ac024688aec2fb726bf5ddad991d214111d50a | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Thu Apr 26 09:42:13 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 13:38:47 2018 -0400 |
tree | 8fd7210b0b57539daa47cb658a02333cd81ac6b6 | |
parent | 7bcd64eb8cb56dc2a3b56c0b8f55c8cd908c1c14 [diff] |
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>