]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/libcephfs: add removexattr test support
authorXiubo Li <xiubli@redhat.com>
Tue, 5 Mar 2024 00:59:32 +0000 (08:59 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 28 Jun 2024 05:01:08 +0000 (13:01 +0800)
commit1a2767046e5032f49a0eb9a46b69ff76a9aff3df
tree60f7b0572fe339c5b76857d3ce70167f44fc2fae
parentec30c46d1773679ae3787cf68a14b0f7d869101b
test/libcephfs: add removexattr test support

There have two ways to remove xattrs, removexattr() and setxattr()
with the XATTR_REPLACE flags set.

Fixes: https://tracker.ceph.com/issues/64679
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/test/libcephfs/vxattr.cc