[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH] Fix a comment typo in storage_backend_fs.c
- From: Cole Robinson <crobinso redhat com>
- To: Libvirt <libvir-list redhat com>
- Subject: [libvirt] [PATCH] Fix a comment typo in storage_backend_fs.c
- Date: Tue, 28 Apr 2009 12:33:44 -0400
This comment hid from my attempt to 'grep FILE_BOCHS', which is the
actual name of the constant.
Thanks,
Cole
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 */
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]