]> Pileus Git - ~andy/linux/commit
libceph: kill ceph_osdc_wait_event()
authorAlex Elder <elder@inktank.com>
Fri, 15 Feb 2013 17:42:30 +0000 (11:42 -0600)
committerAlex Elder <elder@inktank.com>
Mon, 18 Feb 2013 18:20:05 +0000 (12:20 -0600)
commit2d2f522699fe8b827087941eb31b9a12cf465f17
tree4661d5115a3bcabd5e4e1cfb38bad58fa8152597
parent3c663bbdcdf9296e0fe3362acb9e81f49d7b72c6
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>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c