Am 11.10.2013 um 11:37 hat Max Reitz geschrieben: > Make use of the error parameter in the opening and creating functions in > block/raw-posix.c. > > Signed-off-by: Max Reitz <mre...@redhat.com> > --- > v3: > - fixed possible errno trashing by error_setg_errno by storing its > value before calling that function > > v2: > - fixed call to raw_open_common() from the FreeBSD cdrom_open() > --- > block/raw-posix.c | 72 > +++++++++++++++++++++++++++++++++++++++++++------------ > 1 file changed, 57 insertions(+), 15 deletions(-)
Thanks, applied to the block branch. Kevin