Skip to content

Commit

Permalink
Merge pull request #46295 from dparmar18/tracker3998
Browse files Browse the repository at this point in the history
mds: split up mdstypes

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Nikhilkumar Shelke <nshelke@redhat.com>
Reviewed-by:  Rishabh Dave <ridave@redhat.com>
  • Loading branch information
vshankar committed Jun 20, 2022
2 parents 61673a7 + f2bfea5 commit c34fd00
Show file tree
Hide file tree
Showing 9 changed files with 964 additions and 912 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Expand Up @@ -2359,6 +2359,7 @@ fi
%dir %{_includedir}/cephfs
%{_includedir}/cephfs/libcephfs.h
%{_includedir}/cephfs/ceph_ll_client.h
%{_includedir}/cephfs/types.h
%dir %{_includedir}/cephfs/metrics
%{_includedir}/cephfs/metrics/Types.h
%{_libdir}/libcephfs.so
Expand Down
1 change: 1 addition & 0 deletions debian/libcephfs-dev.install
@@ -1,4 +1,5 @@
usr/include/cephfs/ceph_ll_client.h
usr/include/cephfs/libcephfs.h
usr/include/cephfs/types.h
usr/include/cephfs/metrics/Types.h
usr/lib/libcephfs.so
1 change: 1 addition & 0 deletions src/client/Client.h
Expand Up @@ -32,6 +32,7 @@
#include "include/unordered_set.h"
#include "include/cephfs/metrics/Types.h"
#include "mds/mdstypes.h"
#include "include/cephfs/types.h"
#include "msg/Dispatcher.h"
#include "msg/MessageRef.h"
#include "msg/Messenger.h"
Expand Down
1 change: 1 addition & 0 deletions src/client/Inode.h
Expand Up @@ -13,6 +13,7 @@

#include "mds/flock.h"
#include "mds/mdstypes.h" // hrm
#include "include/cephfs/types.h"

#include "osdc/ObjectCacher.h"

Expand Down
1 change: 1 addition & 0 deletions src/include/CMakeLists.txt
Expand Up @@ -41,5 +41,6 @@ if(WITH_LIBCEPHFS)
install(FILES
cephfs/libcephfs.h
cephfs/ceph_ll_client.h
cephfs/types.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/cephfs)
endif()

0 comments on commit c34fd00

Please sign in to comment.