Skip to content

Commit

Permalink
virtio: remove unused id field from struct virtio_blk_outhdr
Browse files Browse the repository at this point in the history
This field has been unused since an older version of virtio.  Remove
it now before we freeze the ABI.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au.
  • Loading branch information
Rusty Russell committed Feb 4, 2008
1 parent 426e3e0 commit 24a5ae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/virtio_blk.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ struct virtio_blk_outhdr
__u32 ioprio;
/* Sector (ie. 512 byte offset) */
__u64 sector;
/* Where to put reply. */
__u64 id;
};

#define VIRTIO_BLK_S_OK 0
Expand Down

0 comments on commit 24a5ae5

Please sign in to comment.