]> git.baikalelectronics.ru Git - kernel.git/commit
IB/addr: Add AF_IB support to ip_addr_size
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 May 2013 17:09:10 +0000 (10:09 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 20 Jun 2013 20:08:02 +0000 (13:08 -0700)
commitcd09cf7d168712e1056604757f7c18d2f3518bb9
tree67c9b7ec2cc29f65a958c4d55afd8130eeeb8f62
parenta1fe2dd13f276f4ebbf2730f84e19287ac2d0d1e
IB/addr: Add AF_IB support to ip_addr_size

Add support for AF_IB to ip_addr_size, and rename the function to
account for the change.  Give the compiler more control over whether
the call should be inline or not by moving the definition into the .c
file, removing the static inline, and exporting it.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/addr.c
drivers/infiniband/core/cma.c
include/rdma/ib_addr.h