]> git-server-git.apps.pok.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)
committerJos Collin <jcollin@redhat.com>
Thu, 11 Jul 2024 01:31:41 +0000 (07:01 +0530)
commit1142bc5da824f0c655a56ad692cff9d5d492bbb7
tree5909b83c933a8334f03d63e988cd6734458816ab
parent08ecfab29266328595d8ed51c33e3b910aec93e7
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>
(cherry picked from commit 1a2767046e5032f49a0eb9a46b69ff76a9aff3df)
src/test/libcephfs/vxattr.cc