]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools/kvm/9p: Fix the pdu len.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 18 Jun 2011 17:49:07 +0000 (23:19 +0530)
committerSasha Levin <levinsasha928@gmail.com>
Sun, 19 Jun 2011 21:18:25 +0000 (17:18 -0400)
commit74e69d0e21e2c9a1f22b9372e281eb34d16ee11a
tree185dbc8fa2417668c7eb132b6d3992fe1e675627
parent65411ff7efce65fc13bbb4ab45a614edeaaff360
tools/kvm/9p: Fix the pdu len.

The TSTAT output formwat is wS. So not sure whey we
need sizeof(u16)*2 in pdu length.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
tools/kvm/virtio/9p.c