diff options
| author | Ilya Dryomov <idryomov@gmail.com> | 2016-08-12 08:59:58 -0400 |
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2016-08-24 17:49:16 -0400 |
| commit | 033268a5f01270f0ef20d1a9a078b157f4af97f8 (patch) | |
| tree | 0d909f05479c6eb01f1b4b5ccd8671d95c802da3 /include/linux/ceph | |
| parent | 6305a3b415157759bfe4b50a643fac22ea229f5c (diff) | |
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, | |||
| 264 | void *private, | 264 | void *private, |
| 265 | u64 supported_features, | 265 | u64 supported_features, |
| 266 | u64 required_features); | 266 | u64 required_features); |
| 267 | extern u64 ceph_client_id(struct ceph_client *client); | 267 | u64 ceph_client_gid(struct ceph_client *client); |
| 268 | extern void ceph_destroy_client(struct ceph_client *client); | 268 | extern void ceph_destroy_client(struct ceph_client *client); |
| 269 | extern int __ceph_open_session(struct ceph_client *client, | 269 | extern int __ceph_open_session(struct ceph_client *client, |
| 270 | unsigned long started); | 270 | unsigned long started); |
