Re: [Qemu-devel] [PATCH v4 2/6] vmdk: Fix comment to match code of extent lines

2014-12-04 Thread Don Koch
On Thu, 4 Dec 2014 07:28:30 +0800 Fam Zheng wrote: > commit 04d542c8b (vmdk: support vmfs files) added support of VMFS extent > type but the comment above the changed code is left out. Update the > comment so they are consistent. > > Signed-off-by: Fam Zheng > --- Reviewed-by: Don Koch > bl

Re: [Qemu-devel] [PATCH v4 2/6] vmdk: Fix comment to match code of extent lines

2014-12-04 Thread Markus Armbruster
Fam Zheng writes: > commit 04d542c8b (vmdk: support vmfs files) added support of VMFS extent > type but the comment above the changed code is left out. Update the > comment so they are consistent. > > Signed-off-by: Fam Zheng Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH v4 2/6] vmdk: Fix comment to match code of extent lines

2014-12-04 Thread Max Reitz
On 2014-12-04 at 00:28, Fam Zheng wrote: commit 04d542c8b (vmdk: support vmfs files) added support of VMFS extent type but the comment above the changed code is left out. Update the comment so they are consistent. Signed-off-by: Fam Zheng --- block/vmdk.c | 6 -- 1 file changed, 4 insert

[Qemu-devel] [PATCH v4 2/6] vmdk: Fix comment to match code of extent lines

2014-12-03 Thread Fam Zheng
commit 04d542c8b (vmdk: support vmfs files) added support of VMFS extent type but the comment above the changed code is left out. Update the comment so they are consistent. Signed-off-by: Fam Zheng --- block/vmdk.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/block/v