summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2017-01-25 18:16:23 +0100
committerIlya Dryomov <idryomov@gmail.com>2017-02-20 12:16:15 +0100
commit6c696d8560e74cd42458931375875d62ae88c6ae (patch)
treee6aadb66ffab1c583bb529ccee3489dfb79d053c /include
parenta90bb0c1d47dc1195bc6ac753b34a52535089f80 (diff)
downloadlinux-6c696d8560e74cd42458931375875d62ae88c6ae.tar.gz
linux-6c696d8560e74cd42458931375875d62ae88c6ae.tar.xz
rbd: kill obj_request->object_name and rbd_segment_name_cache
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ceph/osdmap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index 8cebdc4158c3..938656f70807 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -82,13 +82,6 @@ void ceph_oloc_copy(struct ceph_object_locator *dest,
void ceph_oloc_destroy(struct ceph_object_locator *oloc);
/*
- * Maximum supported by kernel client object name length
- *
- * (probably outdated: must be >= RBD_MAX_MD_NAME_LEN -- currently 100)
- */
-#define CEPH_MAX_OID_NAME_LEN 100
-
-/*
* 51-char inline_name is long enough for all cephfs and all but one
* rbd requests: <imgname> in "<imgname>.rbd"/"rbd_id.<imgname>" can be
* arbitrarily long (~PAGE_SIZE). It's done once during rbd map; all