Re: [PATCH] kvm: close opened file

2013-01-16 Thread Gleb Natapov
Please use "kvmtool:" prefix at the subject line. On Wed, Jan 16, 2013 at 02:07:35AM +0100, Cong Ding wrote: > The file should be closed before return. > > Signed-off-by: Cong Ding > --- > tools/kvm/builtin-setup.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[PATCH] kvm: close opened file

2013-01-15 Thread Cong Ding
The file should be closed before return. Signed-off-by: Cong Ding --- tools/kvm/builtin-setup.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/kvm/builtin-setup.c b/tools/kvm/builtin-setup.c index c5b0566..8b45c56 100644 --- a/tools/kvm/builtin-setup.c +++ b/t