This patch is about
- Moving fs_types.h with the other src/include files, this is easier to update.
Signed-off-by: Erwan Velu <erwan@redhat.com>
#include "include/filepath.h"
TYPE(filepath)
+#include "include/fs_types.h"
+TYPE_FEATUREFUL(file_layout_t)
+
#include "include/util.h"
TYPE(ceph_data_stats)
TYPE(inode_backpointer_t)
TYPE(quota_info_t)
-#include "include/fs_types.h"
-TYPE_FEATUREFUL(file_layout_t)
-
#include "mds/CInode.h"
TYPE_FEATUREFUL(InodeStore)
TYPE_FEATUREFUL(InodeStoreBare)