summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
diff options
context:
space:
mode:
authorYehuda Sadeh2010-04-13 20:34:26 +0200
committerSage Weil2010-05-18 00:25:21 +0200
commitc473ad927e6b3be0bac51ddf312e5d8d2b9220b0 (patch)
tree64738dc2c6bd7e9f3881a4bcae68f0bed697a655 /fs/ceph/osd_client.c
parentceph: remove unused #includes (diff)
downloadkernel-qcow2-linux-c473ad927e6b3be0bac51ddf312e5d8d2b9220b0.tar.gz
kernel-qcow2-linux-c473ad927e6b3be0bac51ddf312e5d8d2b9220b0.tar.xz
kernel-qcow2-linux-c473ad927e6b3be0bac51ddf312e5d8d2b9220b0.zip
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 a44b3b6374ee..b81e6f97010e 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: