You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
@@ -1078,6 +1078,7 @@ done:
|
||||
if (newmap)
|
||||
kick_requests(osdc, NULL);
|
||||
up_read(&osdc->map_sem);
|
||||
wake_up(&osdc->client->auth_wq);
|
||||
return;
|
||||
|
||||
bad:
|
||||
|
||||
Reference in New Issue
Block a user