]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs: Only build client with fscrypt on linux
authorChristopher Hoffman <choffman@redhat.com>
Thu, 16 Oct 2025 17:33:05 +0000 (17:33 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:36 +0000 (13:59 +0000)
commit4885a48fcf1799a0566789d280301d80b651fb04
tree94a87047e7d267fc1e8e018c4e137bf2e989a609
parentcf6bd410f4ce046e86736647c5694454e853c0c0
cephfs: Only build client with fscrypt on linux

Do not build client with fscrypt on non-linux distros.

Fixes: https://tracker.ceph.com/issues/70324
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
12 files changed:
src/client/Client.cc
src/client/Client.h
src/client/FSCrypt.cc
src/client/FSCrypt.h
src/client/Inode.cc
src/client/Inode.h
src/client/fscrypt_uapi.h
src/client/fuse_ll.cc
src/libcephfs.cc
src/test/client/TestClient.h
src/test/libcephfs/fscrypt.cc
src/test/libcephfs/test.cc