IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
authorJason Gunthorpe <jgg@mellanox.com>
Sun, 29 Jul 2018 08:34:51 +0000 (11:34 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 3 Aug 2018 02:19:41 +0000 (20:19 -0600)
commit577e07ffbad9960551a6821b74af90a216ac10e2
treee9129a517153179534895bb7092d29817e7cf1e1
parent94245f4ad9e10c161affaa4763136d29fbe91cb9
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN

This essentially duplicates the netdev's reg_state, so just use that
directly. The reg_state is updated under the rntl_lock, and all places
using GOING_DOWN already acquire the rtnl_lock so checking is safe.

Since the only place we use GOING_DOWN is for the parent device this
does not fix any bugs, but it is a step to tidy up the unregister flow
so that after later patches the flow is uniform and sane.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_cm.c
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/infiniband/ulp/ipoib/ipoib_vlan.c