|
@@ -221,7 +221,7 @@ struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
|
|
|
kref_init(&req->r_kref);
|
|
kref_init(&req->r_kref);
|
|
|
init_completion(&req->r_completion);
|
|
init_completion(&req->r_completion);
|
|
|
init_completion(&req->r_safe_completion);
|
|
init_completion(&req->r_safe_completion);
|
|
|
- rb_init_node(&req->r_node);
|
|
|
|
|
|
|
+ RB_CLEAR_NODE(&req->r_node);
|
|
|
INIT_LIST_HEAD(&req->r_unsafe_item);
|
|
INIT_LIST_HEAD(&req->r_unsafe_item);
|
|
|
INIT_LIST_HEAD(&req->r_linger_item);
|
|
INIT_LIST_HEAD(&req->r_linger_item);
|
|
|
INIT_LIST_HEAD(&req->r_linger_osd);
|
|
INIT_LIST_HEAD(&req->r_linger_osd);
|