]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: don't init refcount twice for mcast IPs
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 23 Sep 2020 08:36:52 +0000 (10:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 19:07:54 +0000 (12:07 -0700)
commit9d83d44ddfe942078153c74d139bdf895de3627a
tree832aab69cce14ccfb165829fa7fcaca383e2d876
parent4d880aa594c299f59f3448954186e7a8250d948e
s390/qeth: don't init refcount twice for mcast IPs

mcast IP objects are allocated within qeth_l3_add_mcast_rtnl(),
with .ref_counter already set to 1 via qeth_l3_init_ipaddr().

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