]> git.karo-electronics.de Git - linux-beck.git/blobdiff - net/9p/trans_virtio.c
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
[linux-beck.git] / net / 9p / trans_virtio.c
index 6940d8fe897147cd22f497d4542d2f9ee79e863a..daa749c8b3fbea2cc319ceb6a1ce4a9c20d9eece 100644 (file)
@@ -575,6 +575,8 @@ static int p9_virtio_probe(struct virtio_device *vdev)
        /* Ceiling limit to avoid denial of service attacks */
        chan->p9_max_pages = nr_free_buffer_pages()/4;
 
+       virtio_device_ready(vdev);
+
        mutex_lock(&virtio_9p_lock);
        list_add_tail(&chan->chan_list, &virtio_chan_list);
        mutex_unlock(&virtio_9p_lock);