On Tue, Apr 13, 2021 at 05:11:27PM +0800, Weihang Li wrote: > From: Yixian Liu <liuyixian@xxxxxxxxxx> > > As flush operation is implemented inside destroy workqueue, there is no > need to do flush operation before destroying workqueue. > > Fixes: bfcc681bd09d ("IB/hns: Fix the bug when free mr") > Fixes: 0425e3e6e0c7 ("RDMA/hns: Support flush cqe for hip08 in kernel space") > Signed-off-by: Yixian Liu <liuyixian@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 2 -- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 1 - > 2 files changed, 3 deletions(-) Applied to for-next, thanks Jason