]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE
authorJeff Layton <jlayton@kernel.org>
Mon, 17 Jun 2019 10:57:25 +0000 (06:57 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 8 Jul 2019 12:01:43 +0000 (14:01 +0200)
commitd3c3c0a841d5dafc5395be363996d619255a732f
tree866bd73f26ee2e136bfe11b6fb83b4d5e56d97c5
parent2f9800c899dc1f4ad0ca32105069bfa83e80a05b
libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE

Going forward, we'll have different address types so let's use
the addr2 TYPE_LEGACY for internal tracking rather than TYPE_NONE.

Also, make ceph_pr_addr print the address type value as well.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/decode.h
net/ceph/decode.c
net/ceph/messenger.c