Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97523
b: refs/heads/master
c: 7757f09
h: refs/heads/master
i:
  97521: 585d27d
  97519: 6d60a3a
v: v3
  • Loading branch information
Christian Borntraeger authored and Rusty Russell committed May 30, 2008
1 parent 12c4b58 commit 0bb7ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f31fe05000af54e1af81f65a96cab90db8d7ed8
refs/heads/master: 7757f09c70af87887dfc195e6d6ddd54f5cc7c39
8 changes: 4 additions & 4 deletions trunk/include/linux/virtio_blk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0bb7ba1

Please sign in to comment.