瀏覽代碼

virtio: Fix sysfs bits to have proper block symlink

Fix up so that the virtio_blk devices in sysfs link correctly to their
block device.  This then allows them to be detected by hal, etc

Signed-off-by: Jeremy Katz <katzj@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Jeremy Katz 17 年之前
父節點
當前提交
c483934670
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/block/virtio_blk.c

+ 1 - 0
drivers/block/virtio_blk.c

@@ -238,6 +238,7 @@ static int virtblk_probe(struct virtio_device *vdev)
 	vblk->disk->first_minor = index_to_minor(index);
 	vblk->disk->first_minor = index_to_minor(index);
 	vblk->disk->private_data = vblk;
 	vblk->disk->private_data = vblk;
 	vblk->disk->fops = &virtblk_fops;
 	vblk->disk->fops = &virtblk_fops;
+	vblk->disk->driverfs_dev = &vdev->dev;
 	index++;
 	index++;
 
 
 	/* If barriers are supported, tell block layer that queue is ordered */
 	/* If barriers are supported, tell block layer that queue is ordered */