]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Fix ndev mutex and condition variable initialization
authorAsias He <asias.hejun@gmail.com>
Mon, 31 Oct 2011 14:39:41 +0000 (22:39 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 31 Oct 2011 16:41:03 +0000 (18:41 +0200)
commit69cc462c90491ae54d7cc9463531781d4334e845
tree3cc0a23db5c9c8590b0082dfd6dba2860149b2fa
parentec33277f8228711fad1be03d88727994cb7ead7b
kvm tools: Fix ndev mutex and condition variable initialization

This patch fixes the initialization of the following variables:

   ndev->io_tx_lock
   ndev->io_rx_lock
   ndev->io_tx_cond
   ndev->io_rx_cond

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio/net.c