Merge tag 'v4.18' into rdma.git for-next
Resolve merge conflicts from the -rc cycle against the rdma.git tree: Conflicts: drivers/infiniband/core/uverbs_cmd.c - New ifs added to ib_uverbs_ex_create_flow in -rc and for-next - Merge removal of file->ucontext in for-next with new code in -rc drivers/infiniband/core/uverbs_main.c - for-next removed code from ib_uverbs_write() that was modified in for-rc Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
@@ -339,6 +339,11 @@ struct rds_ib_mr *rds_ib_reg_frmr(struct rds_ib_device *rds_ibdev,
|
||||
struct rds_ib_frmr *frmr;
|
||||
int ret;
|
||||
|
||||
if (!ic) {
|
||||
/* TODO: Add FRWR support for RDS_GET_MR using proxy qp*/
|
||||
return ERR_PTR(-EOPNOTSUPP);
|
||||
}
|
||||
|
||||
do {
|
||||
if (ibmr)
|
||||
rds_ib_free_frmr(ibmr, true);
|
||||
|
Reference in New Issue
Block a user