diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2019-12-18 17:34:48 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-18 12:34:56 -0800 |
commit | adee2592b6c0e96d8b079c7c9116264293e923e6 (patch) | |
tree | d2894678669e46fdbe1773c0582db75993ae437b /drivers/s390/net/qeth_l3.h | |
parent | b6beb62a5261f4ba2e73a39889f19e5af3ce545a (diff) | |
download | linux-adee2592b6c0e96d8b079c7c9116264293e923e6.tar.gz linux-adee2592b6c0e96d8b079c7c9116264293e923e6.tar.bz2 linux-adee2592b6c0e96d8b079c7c9116264293e923e6.zip |
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>
Diffstat (limited to 'drivers/s390/net/qeth_l3.h')
-rw-r--r-- | drivers/s390/net/qeth_l3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3.h b/drivers/s390/net/qeth_l3.h index 89fb91dad12e..6ccfe2121095 100644 --- a/drivers/s390/net/qeth_l3.h +++ b/drivers/s390/net/qeth_l3.h @@ -23,7 +23,6 @@ struct qeth_ipaddr { struct hlist_node hnode; enum qeth_ip_types type; u8 is_multicast:1; - u8 in_progress:1; u8 disp_flag:2; u8 ipato:1; /* ucast only */ |