On Thu, Jan 31, 2019 at 08:30:34AM -0800, Bart Van Assche wrote: > Keeping single line wrapper functions is not useful. Hence remove > the ib_sg_dma_address() and ib_sg_dma_len() functions. This patch > does not change any functionality. > > Cc: Sagi Grimberg <sagi@xxxxxxxxxxx> > Cc: Max Gurtovoy <maxg@xxxxxxxxxxxx> > Cc: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx> > Cc: David S. Miller <davem@xxxxxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/infiniband/core/rw.c | 12 +++++----- > drivers/infiniband/ulp/iser/iser_memory.c | 9 ++++---- > drivers/infiniband/ulp/srp/ib_srp.c | 17 ++++++-------- > include/rdma/ib_verbs.h | 27 ----------------------- > net/rds/ib.h | 12 ++++------ > net/rds/ib_fmr.c | 8 +++---- > net/rds/ib_frmr.c | 4 ++-- > net/rds/ib_recv.c | 8 +++---- > net/rds/ib_send.c | 15 ++++++------- > 9 files changed, 36 insertions(+), 76 deletions(-) Looks good, applied to for-next thanks Jason