summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2016-06-02 16:45:08 +0200
committerIlya Dryomov <idryomov@gmail.com>2016-08-24 23:49:15 +0200
commitf01d5cb24ea92494f9e093e6ee411364a686be99 (patch)
treeae43687bb4cdb80b57ef7cee89db8ac060dc0e79 /include/linux/ceph
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d (diff)
downloadop-kernel-dev-f01d5cb24ea92494f9e093e6ee411364a686be99.zip
op-kernel-dev-f01d5cb24ea92494f9e093e6ee411364a686be99.tar.gz
libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()
Clear up EntityName vs entity_name_t confusion. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/auth.h b/include/linux/ceph/auth.h
index 1563265..374bb1c 100644
--- a/include/linux/ceph/auth.h
+++ b/include/linux/ceph/auth.h
@@ -104,7 +104,7 @@ extern int ceph_auth_build_hello(struct ceph_auth_client *ac,
extern int ceph_handle_auth_reply(struct ceph_auth_client *ac,
void *buf, size_t len,
void *reply_buf, size_t reply_len);
-extern int ceph_entity_name_encode(const char *name, void **p, void *end);
+int ceph_auth_entity_name_encode(const char *name, void **p, void *end);
extern int ceph_build_auth(struct ceph_auth_client *ac,
void *msg_buf, size_t msg_len);
OpenPOWER on IntegriCloud