diff --git a/[refs] b/[refs] index b55b7e91f0e9..6f55c8537699 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f31fe05000af54e1af81f65a96cab90db8d7ed8 +refs/heads/master: 7757f09c70af87887dfc195e6d6ddd54f5cc7c39 diff --git a/trunk/include/linux/virtio_blk.h b/trunk/include/linux/virtio_blk.h index b80919fad0ef..5f79a5f9de79 100644 --- a/trunk/include/linux/virtio_blk.h +++ b/trunk/include/linux/virtio_blk.h @@ -15,14 +15,14 @@ struct virtio_blk_config { /* The capacity (in 512-byte sectors). */ - __le64 capacity; + __u64 capacity; /* The maximum segment size (if VIRTIO_BLK_F_SIZE_MAX) */ - __le32 size_max; + __u32 size_max; /* The maximum number of segments (if VIRTIO_BLK_F_SEG_MAX) */ - __le32 seg_max; + __u32 seg_max; /* geometry the device (if VIRTIO_BLK_F_GEOMETRY) */ struct virtio_blk_geometry { - __le16 cylinders; + __u16 cylinders; __u8 heads; __u8 sectors; } geometry;