diff options
-rw-r--r-- | net/ceph/osd_client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 31d4b1ebff01..c4ec9239249a 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -1306,8 +1306,6 @@ static void __unregister_linger_request(struct ceph_osd_client *osdc, | |||
1306 | if (list_empty(&req->r_osd_item)) | 1306 | if (list_empty(&req->r_osd_item)) |
1307 | req->r_osd = NULL; | 1307 | req->r_osd = NULL; |
1308 | } | 1308 | } |
1309 | |||
1310 | list_del_init(&req->r_req_lru_item); /* can be on notarget */ | ||
1311 | ceph_osdc_put_request(req); | 1309 | ceph_osdc_put_request(req); |
1312 | } | 1310 | } |
1313 | 1311 | ||