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

Commit c473ad92 authored by Yehuda Sadeh's avatar Yehuda Sadeh Committed by Sage Weil
Browse files

ceph: wake up mount thread when getting osdmap



Now that the mount thread waits for the osdmap, it needs
to be awaken.

Signed-off-by: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
parent 1bb71637
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1078,6 +1078,7 @@ void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg)
	if (newmap)
		kick_requests(osdc, NULL);
	up_read(&osdc->map_sem);
	wake_up(&osdc->client->auth_wq);
	return;

bad: