···2525 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY2626 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF2727 * SUCH DAMAGE. */2828-#include <linux/types.h>2828+#include <linux/virtio_types.h>2929#include <linux/virtio_ids.h>3030#include <linux/virtio_config.h>3131···36363737struct virtio_9p_config {3838 /* length of the tag name */3939- __u16 tag_len;3939+ __virtio16 tag_len;4040 /* non-NULL terminated tag name */4141 __u8 tag[0];4242} __attribute__((packed));