diff options
Diffstat (limited to 'net')
-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 34b5334548c3..294320400c72 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -2266,7 +2266,7 @@ again: | |||
2266 | complete_request(req, err); | 2266 | complete_request(req, err); |
2267 | mutex_unlock(&osd->lock); | 2267 | mutex_unlock(&osd->lock); |
2268 | 2268 | ||
2269 | if (ct_res == CALC_TARGET_POOL_DNE) | 2269 | if (!err && ct_res == CALC_TARGET_POOL_DNE) |
2270 | send_map_check(req); | 2270 | send_map_check(req); |
2271 | 2271 | ||
2272 | if (promoted) | 2272 | if (promoted) |