]> asedeno.scripts.mit.edu Git - linux.git/commit
net/smc: replace function pointer get_netdev()
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Wed, 11 Oct 2017 11:47:22 +0000 (13:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 19:20:26 +0000 (12:20 -0700)
commitd921c420d2efa5731011b922e5a2f2ad33203c0b
tree388381ec28f5080ac96dff1e03f904c4108fd50e
parentd71a756ad542c013e3ed5348db89f43ad105392e
net/smc: replace function pointer get_netdev()

SMC should not open code the function pointer get_netdev of the
IB device. Replacing ib_query_gid(..., NULL) with
ib_query_gid(..., gid_attr) allows access to the netdev.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Suggested-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_ib.c