commit | 2d2f522699fe8b827087941eb31b9a12cf465f17 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Feb 15 11:42:30 2013 -0600 |
committer | Alex Elder <elder@inktank.com> | Mon Feb 18 12:20:05 2013 -0600 |
tree | 4661d5115a3bcabd5e4e1cfb38bad58fa8152597 | |
parent | 3c663bbdcdf9296e0fe3362acb9e81f49d7b72c6 [diff] |
libceph: kill ceph_osdc_wait_event() There are no actual users of ceph_osdc_wait_event(). This would have been one-shot events, but we no longer support those so just get rid of this function. Since this leaves nothing else that waits for the completion of an event, we can get rid of the completion in a struct ceph_osd_event. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>