]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
libdeph: don't export ceph_osdc_init() or ceph_osdc_stop()
authorAlex Elder <elder@inktank.com>
Fri, 15 Feb 2013 17:42:29 +0000 (11:42 -0600)
committerAlex Elder <elder@inktank.com>
Mon, 18 Feb 2013 18:19:48 +0000 (12:19 -0600)
commit60789380ae833061803030d51952a5a341e4dade
tree457a8dcaa26e84ca7872999427e403314a9e7ba8
parentf9d251994522fed06f47855b534f21c07ecf7181
libdeph: don't export ceph_osdc_init() or ceph_osdc_stop()

The only callers of ceph_osdc_init() and ceph_osdc_stop()
ceph_create_client() and ceph_destroy_client() (respectively)
and they are in the same kernel module as those two functions.
There's therefore no need to export those interfaces, so don't.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
net/ceph/osd_client.c