Am 12.02.2014 um 20:46 hat Jeff Cody geschrieben: > There are a handful of places in the block layer where a failure path > has a valid -errno value, yet error_setg() is used. Those instances > should instead use error_setg_errno(), to preserve as much error > information as possible. > > This patch replaces those instances with error_setg_errno(), so that > errno is passed up the stack in the error message. > > Reported-By: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Jeff Cody <jc...@redhat.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com>