vhost: make msg padding explicit
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 27 Apr 2018 16:02:05 +0000 (19:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2018 18:05:13 +0000 (14:05 -0400)
commitde08481a253ac658433a8304a303ce9f018d71e5
treea4f4bffba27fc93bb3bbadc8dc2ebef69e0d03b4
parentbf2acc943a45d2b2e8a9f1a5ddff6b6e43cc69d9
vhost: make msg padding explicit

There's a 32 bit hole just after type. It's best to
give it a name, this way compiler is forced to initialize
it with rest of the structure.

Reported-by: Kevin Easton <kevin@guarana.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/vhost.h