From: Sage Weil Date: Tue, 27 May 2008 20:49:09 +0000 (-0700) Subject: pack struct ceph_object X-Git-Tag: v0.3~180 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f16b6d7b92c4266bdaf5ed66dd4518ac38e0a86d;p=ceph.git pack struct ceph_object --- diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 22f52ccb5662..c886146121cc 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -60,7 +60,7 @@ struct ceph_object { __le64 ino; /* inode "file" identifier */ __le32 bno; /* "block" (object) in that "file" */ __le64 rev; /* revision. normally ctime (as epoch). */ - }; + } __attribute__ ((packed)); }; } __attribute__ ((packed));