Loading net/ceph/osd_client.c +6 −8 Original line number Diff line number Diff line Loading @@ -2320,11 +2320,13 @@ static void finish_request(struct ceph_osd_request *req) static void __complete_request(struct ceph_osd_request *req) { if (req->r_callback) { dout("%s req %p tid %llu cb %pf result %d\n", __func__, req, req->r_tid, req->r_callback, req->r_result); if (req->r_callback) req->r_callback(req); } complete_all(&req->r_completion); ceph_osdc_put_request(req); } /* Loading @@ -2337,8 +2339,6 @@ static void complete_request(struct ceph_osd_request *req, int err) req->r_result = err; finish_request(req); __complete_request(req); complete_all(&req->r_completion); ceph_osdc_put_request(req); } static void cancel_map_check(struct ceph_osd_request *req) Loading Loading @@ -3602,8 +3602,6 @@ static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) up_read(&osdc->lock); __complete_request(req); complete_all(&req->r_completion); ceph_osdc_put_request(req); return; fail_request: Loading Loading
net/ceph/osd_client.c +6 −8 Original line number Diff line number Diff line Loading @@ -2320,11 +2320,13 @@ static void finish_request(struct ceph_osd_request *req) static void __complete_request(struct ceph_osd_request *req) { if (req->r_callback) { dout("%s req %p tid %llu cb %pf result %d\n", __func__, req, req->r_tid, req->r_callback, req->r_result); if (req->r_callback) req->r_callback(req); } complete_all(&req->r_completion); ceph_osdc_put_request(req); } /* Loading @@ -2337,8 +2339,6 @@ static void complete_request(struct ceph_osd_request *req, int err) req->r_result = err; finish_request(req); __complete_request(req); complete_all(&req->r_completion); ceph_osdc_put_request(req); } static void cancel_map_check(struct ceph_osd_request *req) Loading Loading @@ -3602,8 +3602,6 @@ static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) up_read(&osdc->lock); __complete_request(req); complete_all(&req->r_completion); ceph_osdc_put_request(req); return; fail_request: Loading