Re: [libvirt] [PATCH 4/8] cgroup: silence coverity warning

2011-07-02 Thread Wen Congyang
At 2011-7-2 7:36, Eric Blake write: Coverity noted that most clients reacted to failure to hash; but in a best-effort kill loop, we can ignore failure. * src/util/cgroup.c (virCgroupKillInternal): Ignore hash failure. --- src/util/cgroup.c |2 +- 1 files changed, 1 insertions(+), 1 deleti

[libvirt] [PATCH 4/8] cgroup: silence coverity warning

2011-07-01 Thread Eric Blake
Coverity noted that most clients reacted to failure to hash; but in a best-effort kill loop, we can ignore failure. * src/util/cgroup.c (virCgroupKillInternal): Ignore hash failure. --- src/util/cgroup.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util/cgroup.c b