RDMA/rxe: Make the tasklet exits the same
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 30 Jun 2022 19:04:24 +0000 (14:04 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 22 Jul 2022 20:43:00 +0000 (17:43 -0300)
commit8bb143c53436754b5e939ed648430c71198bc71b
treea38d737487626994bb13ad62a5d6b80601d00ee4
parent445fd4f4fb76d513de6b05b08b3a4d0bb980fc80
RDMA/rxe: Make the tasklet exits the same

Make changes to the three tasklets so that the exit logic from each is the
same. This makes the code easier to understand.

Link: https://lore.kernel.org/r/20220630190425.2251-8-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_comp.c
drivers/infiniband/sw/rxe/rxe_req.c
drivers/infiniband/sw/rxe/rxe_resp.c