diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-10-13 12:28:04 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-10-15 15:30:27 +0530 |
commit | fbcbf101aa8c6f069f777960ee0b26a11fe3386f (patch) | |
tree | 6a3beaddeaba47c32c7aed691b27b742f62f23c4 /hw/9pfs | |
parent | c98f1d4a8bb6f779313043d2490093451cf52065 (diff) | |
download | qemu-fbcbf101aa8c6f069f777960ee0b26a11fe3386f.tar.gz qemu-fbcbf101aa8c6f069f777960ee0b26a11fe3386f.tar.bz2 qemu-fbcbf101aa8c6f069f777960ee0b26a11fe3386f.zip |
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/virtio-9p-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c index 831cce9374..af230b6df5 100644 --- a/hw/9pfs/virtio-9p-device.c +++ b/hw/9pfs/virtio-9p-device.c @@ -49,7 +49,7 @@ VirtIODevice *virtio_9p_init(DeviceState *dev, V9fsConf *conf) V9fsState *s; int i, len; struct stat stat; - FsTypeEntry *fse; + FsDriverEntry *fse; V9fsPath path; s = (V9fsState *)virtio_common_init("virtio-9p", |