]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client, test: Remove FS_IOC_GETFLAGS and STATX_ATTR_ENCRYPTED
authorChristopher Hoffman <choffman@redhat.com>
Mon, 2 Jun 2025 18:13:32 +0000 (18:13 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
commita70d399013e331290adbb8fd838bee30ad5847fe
tree1df28b9c43941d11ac4eca24ef5a695a7eca4f99
parentb35b341c16d5ac297a30b42a18e0aa96c2b5c678
client, test: Remove FS_IOC_GETFLAGS and STATX_ATTR_ENCRYPTED

Remove previous work done to support FSCrypt encrypted in
FS_IOC_GETFLAGS which changes the structure of statx ABI.
This is due to backward compatibility issues.

Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc
src/client/Client.h
src/client/Inode.cc
src/client/Inode.h
src/client/fuse_ll.cc
src/include/cephfs/ceph_ll_client.h
src/include/cephfs/libcephfs.h
src/libcephfs.cc
src/test/libcephfs/fscrypt.cc