[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] Fix a comment typo in storage_backend_fs.c
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Cole Robinson <crobinso redhat com>
- Cc: Libvirt <libvir-list redhat com>
- Subject: Re: [libvirt] [PATCH] Fix a comment typo in storage_backend_fs.c
- Date: Wed, 29 Apr 2009 13:34:16 +0100
On Tue, Apr 28, 2009 at 12:33:44PM -0400, Cole Robinson wrote:
> This comment hid from my attempt to 'grep FILE_BOCHS', which is the
> actual name of the constant.
ACK
> commit 62861e902fc3c272e46cdf9948079f12564ca119
> Author: Cole Robinson <crobinso redhat com>
> Date: Wed Apr 22 14:51:54 2009 -0400
>
> Update comment to reference correct volume format macro.
>
> diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c
> index 29a644a..42c8c46 100644
> --- a/src/storage_backend_fs.c
> +++ b/src/storage_backend_fs.c
> @@ -89,7 +89,7 @@ struct FileTypeInfo {
> struct FileTypeInfo const fileTypeInfo[] = {
> /* Bochs */
> /* XXX Untested
> - { VIR_STORAGE_VOL_BOCHS, "Bochs Virtual HD Image", NULL,
> + { VIR_STORAGE_VOL_FILE_BOCHS, "Bochs Virtual HD Image", NULL,
> LV_LITTLE_ENDIAN, 64, 0x20000,
> 32+16+16+4+4+4+4+4, 8, 1, NULL },*/
> /* CLoop */
Daniel
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]