Skip to content

Commit

Permalink
mds: split up mdstypes
Browse files Browse the repository at this point in the history
mdstypes.h contains both MDS-exclusive and client-shared structs.
This PR splits it up into "mdstypes.h" and "sharedtypes.h".

Fixes: https://tracker.ceph.com/issues/3998

Signed-off-by: dparmar18 <dparmar@redhat.com>
  • Loading branch information
dparmar18 committed May 24, 2022
1 parent 86aacf1 commit 8e6d570
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 913 deletions.
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

0 comments on commit 8e6d570

Please sign in to comment.