On Thu, Jun 23, 2022 at 09:16:27PM +0800, Xiao Yang wrote: > The pkt parameters in prepare_ack_packet(), send_ack() and > send_atomic_ack() have become useless by the following commits. > So remove them directly. > > Fixes: bf139b58af09 ("RDMA/rxe: Remove unused pkt->offset") > Fixes: 3896bde92d03 ("RDMA/rxe: Fix extra copy in prepare_ack_packet") > Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_resp.c | 28 ++++++++++++---------------- > 1 file changed, 12 insertions(+), 16 deletions(-) Applied to for-next, thanks Jason