Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34b43a56 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: plug leak of request_mutex



Fix leak of osd client request_mutex on receiving dup ack.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 75eb3592
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -739,6 +739,7 @@ static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg)
		req->r_got_reply = 1;
		req->r_got_reply = 1;
	} else if ((flags & CEPH_OSD_FLAG_ONDISK) == 0) {
	} else if ((flags & CEPH_OSD_FLAG_ONDISK) == 0) {
		dout("handle_reply tid %llu dup ack\n", tid);
		dout("handle_reply tid %llu dup ack\n", tid);
		mutex_unlock(&osdc->request_mutex);
		goto done;
		goto done;
	}
	}