Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24a5ae5d authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio: remove unused id field from struct virtio_blk_outhdr



This field has been unused since an older version of virtio.  Remove
it now before we freeze the ABI.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au.>
parent 426e3e0a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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