From: Yehuda Sadeh Date: Tue, 13 Apr 2010 18:34:26 +0000 (+0100) Subject: ceph: wake up mount thread when getting osdmap X-Git-Tag: v2.6.35-rc1~419^2~38 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c473ad927e6b3be0bac51ddf312e5d8d2b9220b0;p=~shefty%2Frdma-dev.git 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: Yehuda Sadeh --- diff --git a/fs/ceph/osd_client.c b/fs/ceph/osd_client.c index a44b3b6374e..b81e6f97010 100644 --- a/fs/ceph/osd_client.c +++ b/fs/ceph/osd_client.c @@ -1078,6 +1078,7 @@ done: if (newmap) kick_requests(osdc, NULL); up_read(&osdc->map_sem); + wake_up(&osdc->client->auth_wq); return; bad: