Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39b648d9 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: remove 'ceph.layout' virtual xattr



This has been deprecated since v3.3, 114fc474.  Kill it.

Signed-off-by: default avatarSage Weil <sage@inktank.com>
Reviewed-by: default avatarSam Lang <sam.lang@inktank.com>
parent 969e5aa3
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -123,13 +123,6 @@ static size_t ceph_vxattrcb_file_layout(struct ceph_inode_info *ci, char *val,

static struct ceph_vxattr ceph_file_vxattrs[] = {
	XATTR_NAME_CEPH(file, layout),
	/* The following extended attribute name is deprecated */
	{
		.name = XATTR_CEPH_PREFIX "layout",
		.name_size = sizeof (XATTR_CEPH_PREFIX "layout"),
		.getxattr_cb = ceph_vxattrcb_file_layout,
		.readonly = true,
	},
	{ 0 }	/* Required table terminator */
};
static size_t ceph_file_vxattrs_name_size;	/* total size of all names */