[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: Cole Robinson <crobinso redhat com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: Libvirt <libvir-list redhat com>
- Subject: Re: [libvirt] [PATCH] Fix a comment typo in storage_backend_fs.c
- Date: Mon, 04 May 2009 11:45:34 -0400
Daniel P. Berrange wrote:
> 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
Thanks, committed.
- Cole
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]