diff options
Diffstat (limited to 'drivers/virtio')
-rw-r--r-- | drivers/virtio/virtio_balloon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 3db3d242c3ee..369f2eebbad1 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c | |||
@@ -292,6 +292,7 @@ static int virtballoon_probe(struct virtio_device *vdev) | |||
292 | vb->num_pages = 0; | 292 | vb->num_pages = 0; |
293 | init_waitqueue_head(&vb->config_change); | 293 | init_waitqueue_head(&vb->config_change); |
294 | vb->vdev = vdev; | 294 | vb->vdev = vdev; |
295 | vb->need_stats_update = 0; | ||
295 | 296 | ||
296 | /* We expect two virtqueues: inflate and deflate, | 297 | /* We expect two virtqueues: inflate and deflate, |
297 | * and optionally stat. */ | 298 | * and optionally stat. */ |