]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os: drop duplicated __attribute__
authorKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 09:07:02 +0000 (17:07 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 Mar 2021 10:03:17 +0000 (18:03 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/onode.h

index afe9773a34f37dfcd5c5f8e14a74e295e2a8ecb7..a907a498fa4bec96e8da46ca8b9e7b824141b93e 100644 (file)
@@ -16,7 +16,7 @@
 
 namespace crimson::os::seastore {
 
-struct __attribute__((packed)) onode_layout_t {
+struct onode_layout_t {
   ceph_le32 size{0};
   omap_root_le_t omap_root;
 } __attribute__((packed));