]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vhost: fix mergeable bufs on BE hosts
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Oct 2012 18:37:51 +0000 (20:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 17:10:18 +0000 (10:10 -0700)
commitde7dfdace5741d91cb273b29067ee22d125eab73
treec58f13254eafc6853b4226ee6b053bb6b44b9f3a
parentb0bda710d6b48cdc54b902f6bce3470b42cfab6b
vhost: fix mergeable bufs on BE hosts

commit 910a578f7e9400a78a3b13aba0b4d2df16a2cb05 upstream.

We copy head count to a 16 bit field, this works by chance on LE but on
BE guest gets 0. Fix it up.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Alexander Graf <agraf@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vhost/net.c