aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3.h
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2019-12-18 17:34:48 +0100
committerDavid S. Miller <davem@davemloft.net>2019-12-18 12:34:56 -0800
commitadee2592b6c0e96d8b079c7c9116264293e923e6 (patch)
treed2894678669e46fdbe1773c0582db75993ae437b /drivers/s390/net/qeth_l3.h
parents390/qeth: don't raise NETDEV_REBOOT event from L3 offline path (diff)
downloadlinux-dev-adee2592b6c0e96d8b079c7c9116264293e923e6.tar.xz
linux-dev-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.h1
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 */