diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-05-02 17:19:05 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-02 10:27:18 -0400 |
commit | c818aa88d2d0cfc4938bfa9e226c0792af2dc45f (patch) | |
tree | d8de3f47c15034bb43160111ee68ef5b5ad51082 /include | |
parent | 50a5852a657f793a8482fe3af4a141b460d3499e (diff) | |
download | linux-c818aa88d2d0cfc4938bfa9e226c0792af2dc45f.tar.bz2 |
Revert "vhost: make msg padding explicit"
This reverts commit 93c0d549c4c5a7382ad70de6b86610b7aae57406.
Unfortunately the padding will break 32 bit userspace.
Ouch. Need to add some compat code, revert for now.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/vhost.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h index 5a8ad064445b..c51f8e5cc608 100644 --- a/include/uapi/linux/vhost.h +++ b/include/uapi/linux/vhost.h @@ -68,7 +68,6 @@ struct vhost_iotlb_msg { struct vhost_msg { int type; - int padding0; union { struct vhost_iotlb_msg iotlb; __u8 padding[64]; |