Skip to content

Commit c818aa8

Browse files
mstsirkindavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 50a5852 commit c818aa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/uapi/linux/vhost.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ struct vhost_iotlb_msg {
6868

6969
struct vhost_msg {
7070
int type;
71-
int padding0;
7271
union {
7372
struct vhost_iotlb_msg iotlb;
7473
__u8 padding[64];

0 commit comments

Comments
 (0)