RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
authorMd Haris Iqbal <haris.iqbal@ionos.com>
Thu, 17 Feb 2022 03:09:29 +0000 (04:09 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 18 Feb 2022 15:59:33 +0000 (11:59 -0400)
commitc46fa8911b17e3f808679061a8af8bee219f4602
tree0e342c4ab8de920f95c177b2bc4468bc131d4472
parent8700af2cc18c919b2a83e74e0479038fd113c15d
RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close

Error path of rtrs_clt_open() calls free_clt(), where free_permit is
called.  This is wrong since error path of rtrs_clt_open() does not need
to call free_permit().

Also, moving free_permits() call to rtrs_clt_close(), makes it more
aligned with the call to alloc_permit() in rtrs_clt_open().

Fixes: 6a98d71daea1 ("RDMA/rtrs: client: main functionality")
Link: https://lore.kernel.org/r/20220217030929.323849-2-haris.iqbal@ionos.com
Signed-off-by: Md Haris Iqbal <haris.iqbal@ionos.com>
Reviewed-by: Jack Wang <jinpu.wang@ionos.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/rtrs/rtrs-clt.c