]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cma: Use existing netif_is_bond_master function
authorParav Pandit <parav@mellanox.com>
Sun, 28 Jan 2018 09:25:32 +0000 (11:25 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 28 Jan 2018 21:07:16 +0000 (14:07 -0700)
commit862f484edd84f659180898e6f70dcb8de7b19932
treedaf00795b7ced85c88a198edd3fce388fe80f309
parent00d1011df8fb2ec9c844a329478c462dc612c77d
RDMA/cma: Use existing netif_is_bond_master function

When checking whatever the current netdev is the bond master interface,
use kernel API netif_is_bond_master() instead of hardcoding the check.
No functionality is changed.

Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/cma.c