From 0bb7ba1fc3a9a2b19613a7ab18ee8e2c275fd1c1 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Thu, 29 May 2008 11:10:01 +0200 Subject: [PATCH] --- yaml --- r: 97523 b: refs/heads/master c: 7757f09c70af87887dfc195e6d6ddd54f5cc7c39 h: refs/heads/master i: 97521: 585d27d2d80c55c104729434d1d50387120feb3e 97519: 6d60a3aa90e7fe146742b5c060d1754d28739f43 v: v3 --- [refs] | 2 +- trunk/include/linux/virtio_blk.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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;