]> git.baikalelectronics.ru Git - kernel.git/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)
commitfe1e7110ad54b9c192c361591ca1b2c4ce67f7a8
tree4661d5115a3bcabd5e4e1cfb38bad58fa8152597
parentc70967f5f73ecb468d757ae85bd580708aeb032d
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