diff options
author | Sage Weil <sage@inktank.com> | 2013-01-31 14:53:05 -0500 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 21:25:43 -0500 |
commit | 39b648d9ec7d4ab0b4362872c6284a12c582afa6 (patch) | |
tree | bcc91b3b55cbd5d55ab63befdf682800d17b208e /fs/ceph | |
parent | 969e5aa3b0162a02c4f287d48ff58ca2145acf1b (diff) |
ceph: remove 'ceph.layout' virtual xattr
This has been deprecated since v3.3, 114fc474. Kill it.
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/xattr.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 2c2ae5be9902..c2048b1a5395 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c | |||
@@ -123,13 +123,6 @@ static size_t ceph_vxattrcb_file_layout(struct ceph_inode_info *ci, char *val, | |||
123 | 123 | ||
124 | static struct ceph_vxattr ceph_file_vxattrs[] = { | 124 | static struct ceph_vxattr ceph_file_vxattrs[] = { |
125 | XATTR_NAME_CEPH(file, layout), | 125 | XATTR_NAME_CEPH(file, layout), |
126 | /* The following extended attribute name is deprecated */ | ||
127 | { | ||
128 | .name = XATTR_CEPH_PREFIX "layout", | ||
129 | .name_size = sizeof (XATTR_CEPH_PREFIX "layout"), | ||
130 | .getxattr_cb = ceph_vxattrcb_file_layout, | ||
131 | .readonly = true, | ||
132 | }, | ||
133 | { 0 } /* Required table terminator */ | 126 | { 0 } /* Required table terminator */ |
134 | }; | 127 | }; |
135 | static size_t ceph_file_vxattrs_name_size; /* total size of all names */ | 128 | static size_t ceph_file_vxattrs_name_size; /* total size of all names */ |