commit | 60789380ae833061803030d51952a5a341e4dade | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Feb 15 11:42:29 2013 -0600 |
committer | Alex Elder <elder@inktank.com> | Mon Feb 18 12:19:48 2013 -0600 |
tree | 457a8dcaa26e84ca7872999427e403314a9e7ba8 | |
parent | f9d251994522fed06f47855b534f21c07ecf7181 [diff] |
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>