提交 cc48c3e8 编写于 作者: Y Yan, Zheng 提交者: Sage Weil

ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()

This avoids 'cp -a' modifying layout of new files/directories.
Signed-off-by: NYan, Zheng <zheng.z.yan@intel.com>
上级 1e5c6649
...@@ -231,7 +231,7 @@ static struct ceph_vxattr ceph_dir_vxattrs[] = { ...@@ -231,7 +231,7 @@ static struct ceph_vxattr ceph_dir_vxattrs[] = {
.name_size = sizeof("ceph.dir.layout"), .name_size = sizeof("ceph.dir.layout"),
.getxattr_cb = ceph_vxattrcb_layout, .getxattr_cb = ceph_vxattrcb_layout,
.readonly = false, .readonly = false,
.hidden = false, .hidden = true,
.exists_cb = ceph_vxattrcb_layout_exists, .exists_cb = ceph_vxattrcb_layout_exists,
}, },
XATTR_LAYOUT_FIELD(dir, layout, stripe_unit), XATTR_LAYOUT_FIELD(dir, layout, stripe_unit),
...@@ -258,7 +258,7 @@ static struct ceph_vxattr ceph_file_vxattrs[] = { ...@@ -258,7 +258,7 @@ static struct ceph_vxattr ceph_file_vxattrs[] = {
.name_size = sizeof("ceph.file.layout"), .name_size = sizeof("ceph.file.layout"),
.getxattr_cb = ceph_vxattrcb_layout, .getxattr_cb = ceph_vxattrcb_layout,
.readonly = false, .readonly = false,
.hidden = false, .hidden = true,
.exists_cb = ceph_vxattrcb_layout_exists, .exists_cb = ceph_vxattrcb_layout_exists,
}, },
XATTR_LAYOUT_FIELD(file, layout, stripe_unit), XATTR_LAYOUT_FIELD(file, layout, stripe_unit),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册