-
Hanna Reitz authored
The fail and success paths of bdrv_file_open() may be further shortened by reusing code already existent in bdrv_open(). This includes bdrv_file_open() not taking the reference to options which allows the removal of QDECREF(options) in that function. Signed-off-by:
Max Reitz <mreitz@redhat.com>
Reviewed-by:
Kevin Wolf <kwolf@redhat.com>
Reviewed-by:
Benoit Canet <benoit@irqsave.net>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>Hanna Reitz authoredThe fail and success paths of bdrv_file_open() may be further shortened by reusing code already existent in bdrv_open(). This includes bdrv_file_open() not taking the reference to options which allows the removal of QDECREF(options) in that function. Signed-off-by:
Max Reitz <mreitz@redhat.com>
Reviewed-by:
Kevin Wolf <kwolf@redhat.com>
Reviewed-by:
Benoit Canet <benoit@irqsave.net>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Loading