commit | adee2592b6c0e96d8b079c7c9116264293e923e6 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Dec 18 17:34:48 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 18 12:34:56 2019 -0800 |
tree | d2894678669e46fdbe1773c0582db75993ae437b | |
parent | b6beb62a5261f4ba2e73a39889f19e5af3ce545a [diff] |
s390/qeth: stop yielding the ip_lock during IPv4 registration As commit df2a2a5225cc ("s390/qeth: convert IP table spinlock to mutex") converted the ip_lock to a mutex, we no longer have to yield it while the subsequent IO sleep-waits for completion. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>