Loading fs/ceph/osd_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -1078,6 +1078,7 @@ void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg) if (newmap) kick_requests(osdc, NULL); up_read(&osdc->map_sem); wake_up(&osdc->client->auth_wq); return; bad: Loading Loading
fs/ceph/osd_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -1078,6 +1078,7 @@ void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg) if (newmap) kick_requests(osdc, NULL); up_read(&osdc->map_sem); wake_up(&osdc->client->auth_wq); return; bad: Loading