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 7cd0a7f3bf4..780caf6b049 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
| @@ -1328,8 +1328,8 @@ static void kick_requests(struct ceph_osd_client *osdc, int force_resend) | |||
| 1328 | 1328 | ||
| 1329 | dout("kicking lingering %p tid %llu osd%d\n", req, req->r_tid, | 1329 | dout("kicking lingering %p tid %llu osd%d\n", req, req->r_tid, |
| 1330 | req->r_osd ? req->r_osd->o_osd : -1); | 1330 | req->r_osd ? req->r_osd->o_osd : -1); |
| 1331 | __unregister_linger_request(osdc, req); | ||
| 1332 | __register_request(osdc, req); | 1331 | __register_request(osdc, req); |
| 1332 | __unregister_linger_request(osdc, req); | ||
| 1333 | } | 1333 | } |
| 1334 | mutex_unlock(&osdc->request_mutex); | 1334 | mutex_unlock(&osdc->request_mutex); |
| 1335 | 1335 | ||
