diff options
| -rw-r--r-- | net/ceph/osd_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index d5953b87918c..3a246a6cab47 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
| @@ -1675,13 +1675,13 @@ static void kick_requests(struct ceph_osd_client *osdc, int force_resend) | |||
| 1675 | __register_request(osdc, req); | 1675 | __register_request(osdc, req); |
| 1676 | __unregister_linger_request(osdc, req); | 1676 | __unregister_linger_request(osdc, req); |
| 1677 | } | 1677 | } |
| 1678 | reset_changed_osds(osdc); | ||
| 1678 | mutex_unlock(&osdc->request_mutex); | 1679 | mutex_unlock(&osdc->request_mutex); |
| 1679 | 1680 | ||
| 1680 | if (needmap) { | 1681 | if (needmap) { |
| 1681 | dout("%d requests for down osds, need new map\n", needmap); | 1682 | dout("%d requests for down osds, need new map\n", needmap); |
| 1682 | ceph_monc_request_next_osdmap(&osdc->client->monc); | 1683 | ceph_monc_request_next_osdmap(&osdc->client->monc); |
| 1683 | } | 1684 | } |
| 1684 | reset_changed_osds(osdc); | ||
| 1685 | } | 1685 | } |
| 1686 | 1686 | ||
| 1687 | 1687 | ||
