aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2010-04-13 14:34:26 -0400
committerSage Weil <sage@newdream.net>2010-05-17 18:25:21 -0400
commitc473ad927e6b3be0bac51ddf312e5d8d2b9220b0 (patch)
tree64738dc2c6bd7e9f3881a4bcae68f0bed697a655 /fs
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')
-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:
1078 if (newmap) 1078 if (newmap)
1079 kick_requests(osdc, NULL); 1079 kick_requests(osdc, NULL);
1080 up_read(&osdc->map_sem); 1080 up_read(&osdc->map_sem);
1081 wake_up(&osdc->client->auth_wq);
1081 return; 1082 return;
1082 1083
1083bad: 1084bad: