fix virtio_blk_inhdr comment

The inhdr is at the end of the S/G list, not the beginning.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
master
Christoph Hellwig 2009-04-23 12:58:51 +02:00 committed by Anthony Liguori
parent d9654a5857
commit 8b91408b62
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct virtio_blk_outhdr
#define VIRTIO_BLK_S_IOERR 1
#define VIRTIO_BLK_S_UNSUPP 2
/* This is the first element of the write scatter-gather list */
/* This is the last element of the write scatter-gather list */
struct virtio_blk_inhdr
{
unsigned char status;