public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] RDMA: Remove unused parameter udata
@ 2021-05-12  8:12 Weihang Li
  2021-05-12  8:12 ` [PATCH for-next 1/4] RDMA/hns: " Weihang Li
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Weihang Li @ 2021-05-12  8:12 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm, Weihang Li

The first parameter of ib_umem_get() has been changed from udata to
device, but some of its callers retain 'udata' as a parameter without
using it.

Lang Cheng (4):
  RDMA/hns: Remove unused parameter udata
  RDMA/mlx4: Remove unused parameter udata
  RDMA/mlx5: Remove unused parameter udata
  RDMA/rxe: Remove unused parameter udata

 drivers/infiniband/hw/hns/hns_roce_cq.c     | 3 +--
 drivers/infiniband/hw/hns/hns_roce_db.c     | 3 +--
 drivers/infiniband/hw/hns/hns_roce_device.h | 3 +--
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 4 ++--
 drivers/infiniband/hw/mlx4/cq.c             | 8 ++++----
 drivers/infiniband/hw/mlx5/cq.c             | 2 +-
 drivers/infiniband/hw/mlx5/doorbell.c       | 3 +--
 drivers/infiniband/hw/mlx5/mlx5_ib.h        | 4 +---
 drivers/infiniband/hw/mlx5/mr.c             | 2 +-
 drivers/infiniband/hw/mlx5/odp.c            | 1 -
 drivers/infiniband/hw/mlx5/qp.c             | 4 ++--
 drivers/infiniband/hw/mlx5/srq.c            | 2 +-
 drivers/infiniband/sw/rxe/rxe_loc.h         | 2 +-
 drivers/infiniband/sw/rxe/rxe_mr.c          | 2 +-
 drivers/infiniband/sw/rxe/rxe_verbs.c       | 2 +-
 15 files changed, 19 insertions(+), 26 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-05-20 15:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-12  8:12 [PATCH for-next 0/4] RDMA: Remove unused parameter udata Weihang Li
2021-05-12  8:12 ` [PATCH for-next 1/4] RDMA/hns: " Weihang Li
2021-05-19 10:49   ` Leon Romanovsky
2021-05-12  8:12 ` [PATCH for-next 2/4] RDMA/mlx4: " Weihang Li
2021-05-19 10:49   ` Leon Romanovsky
2021-05-12  8:12 ` [PATCH for-next 3/4] RDMA/mlx5: " Weihang Li
2021-05-19 10:50   ` Leon Romanovsky
2021-05-12  8:12 ` [PATCH for-next 4/4] RDMA/rxe: " Weihang Li
2021-05-13  0:38   ` Zhu Yanjun
2021-05-19 10:50   ` Leon Romanovsky
2021-05-20 15:02 ` [PATCH for-next 0/4] RDMA: " Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox