X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Frds%2Fiw_cm.c;h=b5dd6ac39be86b87afc1bd7761971a11550e572f;hb=8fade6aff706b2ae3f02864b4023d34b002cd226;hp=a9d951b4fbaec49dfea00dc6494639b0d32403ac;hpb=15953654cc312429740fd58fb37a5a3d63a54376;p=pandora-kernel.git diff --git a/net/rds/iw_cm.c b/net/rds/iw_cm.c index a9d951b4fbae..b5dd6ac39be8 100644 --- a/net/rds/iw_cm.c +++ b/net/rds/iw_cm.c @@ -452,6 +452,7 @@ int rds_iw_cm_handle_connect(struct rdma_cm_id *cm_id, err = rds_iw_setup_qp(conn); if (err) { rds_iw_conn_error(conn, "rds_iw_setup_qp failed (%d)\n", err); + mutex_unlock(&conn->c_cm_lock); goto out; }