Commit 2f687380 authored by Ilya Dryomov's avatar Ilya Dryomov

libceph: don't export ceph_messenger_{init_fini}() to modules

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent fd1a154c
...@@ -3078,13 +3078,11 @@ void ceph_messenger_init(struct ceph_messenger *msgr, ...@@ -3078,13 +3078,11 @@ void ceph_messenger_init(struct ceph_messenger *msgr,
dout("%s %p\n", __func__, msgr); dout("%s %p\n", __func__, msgr);
} }
EXPORT_SYMBOL(ceph_messenger_init);
void ceph_messenger_fini(struct ceph_messenger *msgr) void ceph_messenger_fini(struct ceph_messenger *msgr)
{ {
put_net(read_pnet(&msgr->net)); put_net(read_pnet(&msgr->net));
} }
EXPORT_SYMBOL(ceph_messenger_fini);
static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment