OSDN Git Service

migrate_fd_cleanup: accept any negative qemu_fclose() value as error
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Nov 2011 12:41:42 +0000 (10:41 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 17:47:19 +0000 (11:47 -0600)
commita6d34a949c3546404d403bda61a5e37431b4a6ad
tree50da277062d43fc77d6815b0f402b369a93bbc70
parentce812673dc11de6c067e87a13f5ac0341df7772d
migrate_fd_cleanup: accept any negative qemu_fclose() value as error

Also, we now return the qemu_fclose() value unchanged to the caller. For
reference, the migrate_fd_cleanup() callers are the following:

- migrate_fd_completed(): any negative value is considered an
  error, so the change is OK.
- migrate_fd_error(): doesn't check the migrate_fd_cleanup() return value
- migrate_fd_cancel(): doesn't check the migrate_fd_cleanup() return
  value

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c