summaryrefslogtreecommitdiff
path: root/net/ceph/auth_none.c
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 /net/ceph/auth_none.c
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d (diff)
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 'net/ceph/auth_none.c')
-rw-r--r--net/ceph/auth_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/auth_none.c b/net/ceph/auth_none.c
index 5f836f02ae36..df45e467c81f 100644
--- a/net/ceph/auth_none.c
+++ b/net/ceph/auth_none.c
@@ -46,7 +46,7 @@ static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac,
int ret;
ceph_encode_8_safe(&p, end, 1, e_range);
- ret = ceph_entity_name_encode(ac->name, &p, end);
+ ret = ceph_auth_entity_name_encode(ac->name, &p, end);
if (ret < 0)
return ret;