]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pack struct ceph_object
authorSage Weil <sage@newdream.net>
Tue, 27 May 2008 20:49:09 +0000 (13:49 -0700)
committerSage Weil <sage@newdream.net>
Tue, 27 May 2008 20:49:09 +0000 (13:49 -0700)
src/include/ceph_fs.h

index 22f52ccb56629db605b857a0cc2f65ef6b8c196a..c886146121cce43b95092b516625cb894693c380 100644 (file)
@@ -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));