X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fceph%2Frados.h;h=913c87c26d335fc2c85bcd599e146574609d2d1a;hb=985c1673885b77b2e0167c6478a833817d1e2fe5;hp=2f822dca10463b796d6a2e5fa3b9bf25e361bf31;hpb=206f18f2caaf965870ff558e237e9c23164a66f0;p=cascardo%2Flinux.git diff --git a/include/linux/ceph/rados.h b/include/linux/ceph/rados.h index 2f822dca1046..913c87c26d33 100644 --- a/include/linux/ceph/rados.h +++ b/include/linux/ceph/rados.h @@ -114,8 +114,8 @@ struct ceph_object_layout { * compound epoch+version, used by storage layer to serialize mutations */ struct ceph_eversion { - __le32 epoch; __le64 version; + __le32 epoch; } __attribute__ ((packed)); /*