commit | 3b8706240ee6084ccb46e53cd3a554356b7eeec8 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Feb 12 10:32:14 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:29 2010 +1030 |
tree | 213051dfce6ddf5eb09d89ead56214372d200338 | |
parent | c021eac4148c16bf53baa0dd14e8ebee6f39dab5 [diff] |
virtio: Initialize vq->data entries to NULL vq operations depend on vq->data[i] being NULL to figure out if the vq entry is in use (since the previous patch). We have to initialize them to NULL to ensure we don't work with junk data and trigger false BUG_ONs. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Shirley Ma <xma@us.ibm.com>