]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/virtio_blk.h
virtio: de-structify virtio_block status byte
[linux-2.6-omap-h63xx.git] / include / linux / virtio_blk.h
index bca0b10d79470056cc6456101ef45454f813149f..c75a9e82b924ecfa6b0885a49d37d51f1b3510f2 100644 (file)
@@ -41,13 +41,8 @@ struct virtio_blk_outhdr
        __u64 sector;
 };
 
+/* And this is the final byte of the write scatter-gather list. */
 #define VIRTIO_BLK_S_OK                0
 #define VIRTIO_BLK_S_IOERR     1
 #define VIRTIO_BLK_S_UNSUPP    2
-
-/* This is the first element of the write scatter-gather list */
-struct virtio_blk_inhdr
-{
-       unsigned char status;
-};
 #endif /* _LINUX_VIRTIO_BLK_H */