On Tue, Feb 12, 2019 at 08:39:15PM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Ucontext allocation and release aren't async events and don't need > kref accounting. The common layer of RDMA subsystem ensures that > dealloc ucontext will be called after all other objects are released. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > Tested-by: Raju Rangoju <rajur@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 13 ------------- > drivers/infiniband/hw/cxgb4/provider.c | 16 +++------------- > drivers/infiniband/hw/cxgb4/qp.c | 3 --- > 3 files changed, 3 insertions(+), 29 deletions(-) Applied to for-next, thanks Jason