projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426e3e0
)
virtio: remove unused id field from struct virtio_blk_outhdr
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 5 Feb 2008 04:50:00 +0000
(23:50 -0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 4 Feb 2008 12:50:01 +0000
(23:50 +1100)
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.
include/linux/virtio_blk.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/virtio_blk.h
b/include/linux/virtio_blk.h
index e54635666f2cbe665da39555d955e0e04c5df7b9..bca0b10d79470056cc6456101ef45454f813149f 100644
(file)
--- a/
include/linux/virtio_blk.h
+++ b/
include/linux/virtio_blk.h
@@
-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