]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: rename ceph_statx.h to ceph_ll_client.h
authorJeff Layton <jlayton@redhat.com>
Thu, 16 Apr 2020 16:01:05 +0000 (12:01 -0400)
committerVicente Cheng <freeze.bilsted@gmail.com>
Wed, 20 May 2020 08:42:00 +0000 (08:42 +0000)
commit46bc8d013bf6f63ea1d863e61c283aa1ae01b206
tree5588960f45026e93f42c30d4a5f218a40fd7dd34
parent0a3b614019d8febdb7f1ea1bfbb8e2142708997d
client: rename ceph_statx.h to ceph_ll_client.h

...so we can use it to include other definitions and types that need to
be shared with in-tree code that doesn't want to include libcephfs.h.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 4436f27a0476e96d10ed3367d738e1679d8b0a38)
alpine/APKBUILD.in
ceph.spec.in
debian/libcephfs-dev.install
src/client/Client.cc
src/client/Client.h
src/client/SyntheticClient.cc
src/client/fuse_ll.cc
src/include/cephfs/ceph_ll_client.h [new file with mode: 0644]
src/include/cephfs/ceph_statx.h [deleted file]
src/include/cephfs/libcephfs.h
src/pybind/cephfs/cephfs.pyx