diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2016-08-12 15:59:58 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-08-25 00:49:16 +0300 |
commit | 033268a5f01270f0ef20d1a9a078b157f4af97f8 (patch) | |
tree | 0d909f05479c6eb01f1b4b5ccd8671d95c802da3 /include/linux/ceph | |
parent | 6305a3b415157759bfe4b50a643fac22ea229f5c (diff) | |
download | linux-033268a5f01270f0ef20d1a9a078b157f4af97f8.tar.xz |
libceph: rename ceph_client_id() -> ceph_client_gid()
It's gid / global_id in other places.
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/libceph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 83fc1fff7061..b4cffff70e44 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -264,7 +264,7 @@ extern struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, u64 supported_features, u64 required_features); -extern u64 ceph_client_id(struct ceph_client *client); +u64 ceph_client_gid(struct ceph_client *client); extern void ceph_destroy_client(struct ceph_client *client); extern int __ceph_open_session(struct ceph_client *client, unsigned long started); |