]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c11b471596635743cbc3f3f5414ae9472f06d6e
treea38d737487626994bb13ad62a5d6b80601d00ee4
parent6fbabf6db912cb18718e0e7c253e1b46c116a6e7
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