From: Michael S. Tsirkin Date: Wed, 24 Oct 2012 18:37:51 +0000 (+0200) Subject: vhost: fix mergeable bufs on BE hosts X-Git-Tag: v3.2.33~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18dbfae927d33d746f6bf8b14f2d030c12b3ba7;p=pandora-kernel.git 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 Tested-by: Alexander Graf Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed