In func ceph_osdc_start_request, if __mape_request failed, it should call __unregister_request avoid cause bugs, etc memleak, umount fs failed.
Signed-off-by: Jianpeng Ma <[email protected]> --- net/ceph/osd_client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index dd47889..6356539 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c @@ -2130,6 +2130,7 @@ int ceph_osdc_start_request(struct ceph_osd_client *osdc, " will retry %lld\n", req->r_tid); rc = 0; } + __unregister_request(osdc, req); goto out_unlock; } if (req->r_osd == NULL) { -- 1.8.1.2 N�Р骒r��y����b�X�肚�v�^�)藓{.n�+�伐�{��赙zXФ�≤�}��财�z�&j:+v�����赙zZ+��+zf"�h���~����i���z��wア�?�ㄨ��&�)撷f��^j谦y�m��@A�a囤� 0鹅h���i

