summaryrefslogtreecommitdiff
path: root/fs/ceph/osd_client.c
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2010-04-13 19:34:26 +0100
committerSage Weil <sage@newdream.net>2010-05-17 15:25:21 -0700
commitc473ad927e6b3be0bac51ddf312e5d8d2b9220b0 (patch)
tree64738dc2c6bd7e9f3881a4bcae68f0bed697a655 /fs/ceph/osd_client.c
parent1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8 (diff)
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 <yehuda@hq.newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.c')
-rw-r--r--fs/ceph/osd_client.c1
1 files changed, 1 insertions, 0 deletions
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: