[libvirt] [PATCH 1/5] report OOMError in virDomainDiskInsert()

Eric Blake eblake at redhat.com
Tue Mar 15 21:38:50 UTC 2011


On 03/02/2011 06:09 PM, KAMEZAWA Hiroyuki wrote:
>>From b92569080a25bf0029d637327a87372bff071fae Mon Sep 17 00:00:00 2001
> From: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
> Date: Thu, 3 Mar 2011 09:20:36 +0900
> Subject: [PATCH 1/5] report OOMError in virDomainDiskInsert()
> 
> Now, virDomainDiskInsert() returns -1 at memory allocation
> failure but it should call virReportOOMError() by itself.
> 
> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
> ---
>  src/conf/domain_conf.c |    4 +++-
>  src/xen/xm_internal.c  |    4 +---
>  2 files changed, 4 insertions(+), 4 deletions(-)

This patch looks accurate, but lacks justification (why can't all
callers continue to call virReportOOMError() on failure)?  I'm not sure
whether to apply it without knowing why it is needed, as it just looks
like code motion churn in isolation.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110315/d85b7063/attachment-0001.sig>


More information about the libvir-list mailing list