commit | 3ee5234df68d253c415ba4f2db72ad250d9c21a9 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Mon Dec 17 12:23:48 2012 -0600 |
committer | Alex Elder <elder@inktank.com> | Thu Dec 20 10:56:28 2012 -0600 |
tree | 1b1fa581b6527d98f03450375c3e555f314344ca | |
parent | f407731d12214e7686819018f3a1e9d7b6f83a02 [diff] |
libceph: init event->node in ceph_osdc_create_event() The red-black node node in the ceph osd event structure is not initialized in create_osdc_create_event(). Because this node can be the subject of a RB_EMPTY_NODE() call later on, we should ensure the node is initialized properly for that. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>