From: Erwan Velu Date: Mon, 11 Jun 2018 13:42:29 +0000 (+0200) Subject: test/encoding/types.h: Adjusting src/include/ entries X-Git-Tag: v14.0.1~1127^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9630bb83dc8f83f6f020f090dd434403043e698;p=ceph.git test/encoding/types.h: Adjusting src/include/ entries This patch is about - Moving fs_types.h with the other src/include files, this is easier to update. Signed-off-by: Erwan Velu --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index dd8a2927bfa2..48a499087cb8 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -4,6 +4,9 @@ TYPE(CompatSet) #include "include/filepath.h" TYPE(filepath) +#include "include/fs_types.h" +TYPE_FEATUREFUL(file_layout_t) + #include "include/util.h" TYPE(ceph_data_stats) @@ -211,9 +214,6 @@ TYPE(inode_backtrace_t) 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)